Remove threshold line in side panel (#1666)

* Remove categories

* Remove disadvantaged in sidepanel

* Add comment
This commit is contained in:
Vim 2022-06-06 13:52:37 -04:00 committed by GitHub
commit 1681a72045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 28 additions and 41 deletions

View file

@ -599,9 +599,9 @@ const AreaDetail = ({properties, hash}: IAreaDetailProps) => {
</div>
{/* Number of thresholds exceeded */}
<div className={styles.showThresholdExceed}>
{/* <div className={styles.showThresholdExceed}>
{EXPLORE_COPY.numberOfThresholdsExceeded(properties[constants.TOTAL_NUMBER_OF_DISADVANTAGE_INDICATORS])}
</div>
</div> */}
{/* Send Feedback button */}
<a
className={styles.sendFeedbackLink}