Skip to content

Commit 9943e74

Browse files
committed
Fix spacing
1 parent 61413c2 commit 9943e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/checkin/map.client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export function MapContainer({center, setOverlayOpen}) {
3232
[
3333
h(MapView, { style: style, mapboxToken: SETTINGS.mapboxAccessToken, mapPosition: newMapPosition }, [
3434
h(MapMarker, {
35-
position: center,
36-
}),
35+
position: center,
36+
}),
3737
]),
3838
]
3939
),

0 commit comments

Comments
 (0)