Skip to content

Commit

Permalink
fix: remove assignment of unused selectedStopID
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Nov 13, 2024
1 parent 931920c commit 1742745
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/map/MapView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@
icon: icon,
stop: s,
onClick: () => {
selectedStopID = s.id;
dispatch('stopSelected', { stop: s });
}
});
Expand Down

0 comments on commit 1742745

Please sign in to comment.