Skip to content

Commit

Permalink
chore: hide minTransferTime selection temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Sep 11, 2024
1 parent 832bbcf commit 513fae5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/configurations/config.matka.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ export default {

startSearchFromUserLocation: true,

/*
minTransferTimeSelection: [
{
title: '1.5 min',
Expand All @@ -417,5 +418,6 @@ export default {
title: '30 min',
value: 1800,
},
],
],
*/
};
4 changes: 3 additions & 1 deletion app/configurations/config.waltti.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export default {

startSearchFromUserLocation: true,

/*
minTransferTimeSelection: [
{
title: '1.5 min',
Expand All @@ -266,5 +267,6 @@ export default {
title: '10 min',
value: 600,
},
],
],
*/
};

0 comments on commit 513fae5

Please sign in to comment.