Skip to content

Commit

Permalink
feat: update map pin clusters (ONEARMY#3855) fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-ross committed Nov 21, 2024
1 parent 2c0e922 commit 8c677a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Maps/Content/MapView/Sprites.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const createClusterIcon = () => {
theme.colors.accent.base,
)
})
.catch((fetchError) => console.error(fetchError))
}, [path, theme])
return (cluster: MarkerCluster) => {
const className = ['icon']
Expand Down

0 comments on commit 8c677a5

Please sign in to comment.