updating popup

This commit is contained in:
Nat Hillard 2021-06-29 14:11:40 -04:00
parent 68d49c0c9f
commit b7bf1b6987

View file

@ -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 (
<table className={styles.popupHeaderTable}>
<tbody>