mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
updating popup
This commit is contained in:
parent
68d49c0c9f
commit
b7bf1b6987
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue