diff --git a/website/src/lib/components/toolbar/tools/routing/Routing.ts b/website/src/lib/components/toolbar/tools/routing/Routing.ts index 1a0584c7..19a79bd0 100644 --- a/website/src/lib/components/toolbar/tools/routing/Routing.ts +++ b/website/src/lib/components/toolbar/tools/routing/Routing.ts @@ -17,8 +17,8 @@ export const brouterProfiles: { [key: string]: string } = { railway: 'rail' }; export const routingProfileSelectItem = writable({ - value: 'bike', - label: get(_)('toolbar.routing.activities.bike') + value: '', + label: '' }); routingProfile.subscribe((value) => { if (value !== get(routingProfileSelectItem).value) {