Remove unnecessary null coalesce
This commit is contained in:
parent
dddeafe6cd
commit
0297114faf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue