Skip to content

Commit

Permalink
refactor: tidyup
Browse files Browse the repository at this point in the history
  • Loading branch information
ob6160 committed Jan 9, 2022
1 parent 9c7769a commit 1617e46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/LooMap/Markers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const Markers = () => {
zIndexOffset: 0,
icon: new ToiletMarkerIcon({
toiletId: toilet.id,
isHighlighted: toilet.id === mapState?.focus?.id,
}),
alt: 'Public Toilet',
keyboard: false,
Expand All @@ -63,7 +62,7 @@ const Markers = () => {
}
});
},
[mapState?.focus?.id, router]
[router]
);

const getLooGroupLayers = useMemo(() => {
Expand Down

0 comments on commit 1617e46

Please sign in to comment.