Skip to content

Commit

Permalink
fixed eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevem-zhou committed Sep 4, 2023
1 parent 1a5fd30 commit 5a89ada
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 @@ -215,7 +215,7 @@ export default function Map({
}

const NewItemMarker = () => {
const map = useMapEvents({
useMapEvents({
click(event) {
setPosition(event.latlng);
},
Expand Down

0 comments on commit 5a89ada

Please sign in to comment.