diff --git a/ts/components/MapLocator.vue b/ts/components/MapLocator.vue index 1c7f3cd3..202baacd 100644 --- a/ts/components/MapLocator.vue +++ b/ts/components/MapLocator.vue @@ -387,7 +387,7 @@ const frameMarkers = () => { lat: props.markers[0].location.latitude, lng: props.markers[0].location.longitude, }, - { duration: 1000, zoom: props.modelValue?.zoom }, + { duration: 1000, zoom: props.modelValue.zoom }, { isInternalUpdate: true }, ); } else {