Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
antontranelis committed Jan 29, 2025
1 parent 9c0a11c commit c704308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Map/UtopiaMapInner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export function UtopiaMapInner({
const id = window.location.pathname.split('/')[1]
// eslint-disable-next-line security/detect-object-injection
const ref = leafletRefs[id]
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
if (ref) {
clusterRef.hasLayer(ref.marker) &&
clusterRef?.zoomToShowLayer(ref.marker, () => {
Expand Down

0 comments on commit c704308

Please sign in to comment.