{EXPLORE_COPY.COMMUNITY.IS_FOCUS}
@@ -821,65 +1113,101 @@ const AreaDetail = ({properties}: IAreaDetailProps) => {
{/* YES, NO or PARTIALLY disadvantaged */}
= 1 ?
- properties[constants.TRIBAL_AREAS_COUNT_AK] : null}
- tribalCountUS={properties[constants.TRIBAL_AREAS_COUNT_CONUS] >= 1 ?
- properties[constants.TRIBAL_AREAS_COUNT_CONUS] : null}
+ scoreNCommunities={
+ properties[constants.SCORE_N_COMMUNITIES] === true ?
+ properties[constants.SCORE_N_COMMUNITIES] :
+ false
+ }
+ tribalCountAK={
+ properties[constants.TRIBAL_AREAS_COUNT_AK] >= 1 ?
+ properties[constants.TRIBAL_AREAS_COUNT_AK] :
+ null
+ }
+ tribalCountUS={
+ properties[constants.TRIBAL_AREAS_COUNT_CONUS] >= 1 ?
+ properties[constants.TRIBAL_AREAS_COUNT_CONUS] :
+ null
+ }
percentTractTribal={percentTractTribal}
/>
= 1 ?
- properties[constants.TRIBAL_AREAS_COUNT_AK] : null}
- tribalCountUS={properties[constants.TRIBAL_AREAS_COUNT_CONUS] >= 1 ?
- properties[constants.TRIBAL_AREAS_COUNT_CONUS] : null}
+ totalCategoriesPrioritized={
+ properties[constants.COUNT_OF_CATEGORIES_DISADV]
+ }
+ totalBurdensPrioritized={
+ properties[constants.TOTAL_NUMBER_OF_DISADVANTAGE_INDICATORS]
+ }
+ isAdjacencyThreshMet={
+ properties[constants.ADJACENCY_EXCEEDS_THRESH]
+ }
+ isAdjacencyLowIncome={
+ properties[constants.ADJACENCY_LOW_INCOME_EXCEEDS_THRESH]
+ }
+ tribalCountAK={
+ properties[constants.TRIBAL_AREAS_COUNT_AK] >= 1 ?
+ properties[constants.TRIBAL_AREAS_COUNT_AK] :
+ null
+ }
+ tribalCountUS={
+ properties[constants.TRIBAL_AREAS_COUNT_CONUS] >= 1 ?
+ properties[constants.TRIBAL_AREAS_COUNT_CONUS] :
+ null
+ }
percentTractTribal={percentTractTribal}
/>
= 1 ?
- properties[constants.TRIBAL_AREAS_COUNT_AK] : null}
- tribalCountUS={properties[constants.TRIBAL_AREAS_COUNT_CONUS] >= 1 ?
- properties[constants.TRIBAL_AREAS_COUNT_CONUS] : null}
+ totalCategoriesPrioritized={
+ properties[constants.COUNT_OF_CATEGORIES_DISADV]
+ }
+ isAdjacencyThreshMet={
+ properties[constants.ADJACENCY_EXCEEDS_THRESH]
+ }
+ isAdjacencyLowIncome={
+ properties[constants.ADJACENCY_LOW_INCOME_EXCEEDS_THRESH]
+ }
+ tribalCountAK={
+ properties[constants.TRIBAL_AREAS_COUNT_AK] >= 1 ?
+ properties[constants.TRIBAL_AREAS_COUNT_AK] :
+ null
+ }
+ tribalCountUS={
+ properties[constants.TRIBAL_AREAS_COUNT_CONUS] >= 1 ?
+ properties[constants.TRIBAL_AREAS_COUNT_CONUS] :
+ null
+ }
percentTractTribal={percentTractTribal}
/>
-
{/* Only show the DonutCopy if Adjacency index is true and the total number of disadv ind == 0 */}
- {
- (properties[constants.ADJACENCY_EXCEEDS_THRESH] &&
- properties[constants.TOTAL_NUMBER_OF_DISADVANTAGE_INDICATORS] === 0) &&
-