diff --git a/app/components/map/map.client.vue b/app/components/map/map.client.vue index 93df332..0c564fd 100644 --- a/app/components/map/map.client.vue +++ b/app/components/map/map.client.vue @@ -52,6 +52,7 @@ watchEffect(async () => { }; const firstPoint = shownClusters.value.features[0]; if (!firstPoint) { + map.map?.flyTo({ center, zoom }); return; } const coordinates = [