Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Nov 19, 2024
1 parent 09a879d commit 3b8e3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Layouts/MapLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
attribution='&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors &copy; <a href="https://carto.com/attributions">CARTO</a>'
/>

<LMarkerClusterGroup :icon-create-function="iconCreateFunction">
<LMarkerClusterGroup :icon-create-function="iconCreateFunction" :showCoverageOnHover="false">
<LMarker
v-for="point in points"
:key="`${point.id}-${point.current ? 'current' : 'default'}`"
Expand Down

0 comments on commit 3b8e3c2

Please sign in to comment.