Skip to content

Commit

Permalink
fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
NwinNwin committed Aug 21, 2023
1 parent 82fd26e commit 6221fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function Map({
if (focusLocation) {
handleFocus();
}
}, [focusLocation]);
}, [focusLocation, setFocusLocation]);

const allMarkers = data
.filter((item) => {
Expand Down

0 comments on commit 6221fcc

Please sign in to comment.