Skip to content

Commit

Permalink
Fix a bad rebase by yours truly
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbrethorst committed Nov 13, 2024
1 parent 6102d45 commit 9e332d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/map/MapView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
export let showRouteMap = false;
export let stop = null;
export let mapProvider = null;
<<<<<<< HEAD
=======
let isTripPlanMoodActive = false;
>>>>>>> b21eed0 (feat: implement trip planner mood toggle in MapView component)
let selectedStopID = null;
let mapInstance = null;
Expand Down

0 comments on commit 9e332d4

Please sign in to comment.