Fix AREA MEDIAN INCOME prop on map (#860)

- add indicator values of selected CBG to console
- update snapshots
- update cypress tests (failure on zoom)
This commit is contained in:
Vim 2021-11-05 08:43:47 -07:00 committed by GitHub
commit 68014c94e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 12 deletions

View file

@ -65,7 +65,7 @@ const AreaDetail = ({properties}:IAreaDetailProps) => {
const areaMedianIncome:indicatorInfo = {
label: intl.formatMessage(EXPLORE_COPY.SIDE_PANEL_INDICATORS.AREA_MEDIAN_INCOME),
description: intl.formatMessage(EXPLORE_COPY.SIDE_PANEL_INDICATOR_DESCRIPTION.AREA_MEDIAN_INCOME),
value: properties[constants.POVERTY_PROPERTY_PERCENTILE],
value: properties[constants.AREA_MEDIAN_INCOME_PERCENTILE],
};
const eduInfo:indicatorInfo = {
label: intl.formatMessage(EXPLORE_COPY.SIDE_PANEL_INDICATORS.EDUCATION),