Skip to content

Commit 410da59

Browse files
committed
Fix map controls
1 parent 18f4485 commit 410da59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MapView/component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ const options = {
2121
fullscreenControl: false,
2222
streetViewControl: false,
2323
zoomControlOptions: {
24-
position: "9"
24+
position: 9
2525
},
2626
mapTypeControlOptions: {
27-
position: "3"
27+
position: 3
2828
},
2929
backgroundColor: "#f5f5f5",
3030
gestureHandling: "greedy",

0 commit comments

Comments
 (0)