Skip to content

Commit

Permalink
style: fix unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Sep 7, 2024
1 parent d15db62 commit 71caab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Map/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 71caab4

Please sign in to comment.