From b7bf1b698774a57c3aafa7108532d49ccd4c2efb Mon Sep 17 00:00:00 2001 From: Nat Hillard Date: Tue, 29 Jun 2021 14:11:40 -0400 Subject: [PATCH] updating popup --- client/src/components/map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/map.tsx b/client/src/components/map.tsx index 24ed54d0..b83a5b34 100644 --- a/client/src/components/map.tsx +++ b/client/src/components/map.tsx @@ -226,7 +226,7 @@ const MapWrapper = ({features}: IMapWrapperProps) => { const getTitleContent = (properties: { [key: string]: any; }) => { const blockGroup = properties['GEOID10']; - const score = properties['Score C (percentile)']; + const score = properties['Score D (percentile)']; return (