Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyhyyu committed May 4, 2024
1 parent 823d95d commit 262022e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MapSearchbar/MapSearchbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const MapSearchbar = ({ viewport, setViewport } : {
setViewport({
latitude: latitude,
longitude: longitude,
zoom: viewport.zoom
zoom: 18
});
}
} else {
Expand Down

0 comments on commit 262022e

Please sign in to comment.