diff --git a/client/src/components/AreaDetail/AreaDetail.tsx b/client/src/components/AreaDetail/AreaDetail.tsx index 00334cc5..53083f31 100644 --- a/client/src/components/AreaDetail/AreaDetail.tsx +++ b/client/src/components/AreaDetail/AreaDetail.tsx @@ -10,6 +10,7 @@ import Demographics from '../Demographics'; import DisadvantageDot from '../DisadvantageDot'; import ExceedBurden from '../ExceedBurden'; import Indicator from '../Indicator'; +import TractInfo from '../TractInfo'; // Styles and constants import * as styles from './areaDetail.module.scss'; @@ -573,36 +574,14 @@ const AreaDetail = ({properties, hash}: IAreaDetailProps) => { {EXPLORE_COPY.SIDE_PANEL_VERION.TITLE} - {/* Census Info */} - + {/* Tract Info */} + {/* Demographics */} diff --git a/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap b/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap index 41609c30..505aa43a 100644 --- a/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap +++ b/client/src/components/AreaDetail/tests/__snapshots__/areaDetail.test.tsx.snap @@ -11,7 +11,12 @@ exports[`rendering of the AreaDetail checks if indicators for ISLAND AREAS are p