Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Oct 11, 2023
1 parent 7970865 commit b812bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/RealtimeMapPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export function Markers({ positions }: { positions: Point[] }) {
return (
<>
<MarkerClusterGroup chunkedLoading iconCreateFunction={createClusterCustomIcon}>
{positions.map((pos, i) => (
{positions.map((pos) => (
<Marker
position={pos.loc}
icon={colorIcon({
Expand Down

0 comments on commit b812bf9

Please sign in to comment.