Skip to content

Commit

Permalink
chore: remove bike + transit from tampere before release
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed May 13, 2024
1 parent eb7c88b commit b56d0dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/configurations/config.tampere.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ export default configMerger(walttiConfig, {
},
},

// enable train routing for Tampere
transportModes: {
rail: {
availableForSelection: true,
Expand All @@ -284,11 +283,11 @@ export default configMerger(walttiConfig, {
availableForSelection: true,
},
},

/*
bikeBoardingModes: {
RAIL: { showNotification: true },
TRAM: { showNotification: true },
},

*/
showTenWeeksOnRouteSchedule: true,
});

0 comments on commit b56d0dc

Please sign in to comment.