Search for the same tract ID as already selected does not unselect it

This commit is contained in:
Carlos Felix 2024-12-10 12:09:39 -05:00 committed by Carlos Felix
commit ba2e5eca45
2 changed files with 14 additions and 7 deletions

View file

@ -393,7 +393,8 @@ const J40Map = ({location}: IJ40Interface) => {
{/* This is the first overlayed row on the map: Search and Geolocation */}
<div className={styles.mapHeaderRow}>
<MapSearch goToPlace={goToPlace} mapRef={mapRef} selectFeatureOnMap={selectFeatureOnMap}/>
<MapSearch goToPlace={goToPlace} mapRef={mapRef} selectFeatureOnMap={selectFeatureOnMap}
selectedFeatureId={selectedFeatureId}/>
{/* Geolocate Icon */}
<div className={styles.geolocateBox}>