From 71caab47fa094ec815d1d204858241d1ad67e7cf Mon Sep 17 00:00:00 2001 From: pjsier Date: Sat, 7 Sep 2024 17:53:30 -0400 Subject: [PATCH] style: fix unused var --- client/src/components/Map/Map.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Map/Map.jsx b/client/src/components/Map/Map.jsx index 480d104..f6e8db1 100644 --- a/client/src/components/Map/Map.jsx +++ b/client/src/components/Map/Map.jsx @@ -316,7 +316,7 @@ class PraxisMap extends Component { const { highlightIds, hoveredFeature, lngLat } = this.props.currentFeature const { zips } = this.props.mapData const { basemapLayer } = this.props.controller - const { sliderValue, filter } = this.props.controller + const { sliderValue } = this.props.controller const { searchYear } = this.props.searchState.searchParams const { lat, lng, bearing } = this.props.searchState.viewerCoords const parcelLayerFilter = createFilterFromParams(