Skip to content

Commit

Permalink
walk = default mode
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Nov 28, 2024
1 parent 32e579b commit 76a1ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
return `${lngLatToStr(l.value.match!)},0`;
}
};
let modes = $derived(['BIKE', ...(bikeRental ? ['BIKE_RENTAL'] : [])] as Mode[]);
let modes = $derived(['WALK', ...(bikeRental ? ['BIKE_RENTAL'] : [])] as Mode[]);
let baseQuery = $derived(
from.value.match && to.value.match
? ({
Expand Down

0 comments on commit 76a1ec1

Please sign in to comment.