Skip to content

Commit 9e332d4

Browse files
Fix a bad rebase by yours truly
1 parent 6102d45 commit 9e332d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/map/MapView.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
export let showRouteMap = false;
2121
export let stop = null;
2222
export let mapProvider = null;
23-
<<<<<<< HEAD
24-
=======
23+
2524
let isTripPlanMoodActive = false;
26-
>>>>>>> b21eed0 (feat: implement trip planner mood toggle in MapView component)
2725
2826
let selectedStopID = null;
2927
let mapInstance = null;

0 commit comments

Comments
 (0)