Skip to content

Commit

Permalink
chore: hide jyvaskyla tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Apr 22, 2024
1 parent 2b44b21 commit 829f247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/configurations/config.jyvaskyla.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ export default configMerger(walttiConfig, {
4: 'D',
},

showTicketInformation: true,
showTicketInformation: false,
useTicketIcons: true,
ticketLink: 'https://linkki.jyvaskyla.fi/liput-ja-hinnat',
showTicketPrice: true,
showTicketPrice: false,

ticketPurchaseLink: function purchaseTicketLink(fare) {
const fareId = fare.fareProducts[0].product.id;
Expand Down

0 comments on commit 829f247

Please sign in to comment.