Skip to content

Commit

Permalink
feat(tickets): close tickets
Browse files Browse the repository at this point in the history
close tickets including
- premium
- individual
- concession
  • Loading branch information
SivanYeh committed Aug 5, 2024
1 parent c7c5d1c commit e009239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/pageTickets.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const ticketInfoConfig = [
'lunchBoxAndDesserts',
'conferencePass',
],
statusI18nKey: ticketSellingStatus.SELLING,
statusI18nKey: ticketSellingStatus.ENDED,
link: pageLinks.kktixIndividual2024,
},
{
Expand All @@ -62,7 +62,7 @@ export const ticketInfoConfig = [
'conferencePass',
'earlyRegularStageTShirt',
],
statusI18nKey: ticketSellingStatus.SELLING,
statusI18nKey: ticketSellingStatus.ENDED,
link: pageLinks.kktixIndividual2024,
},
{
Expand All @@ -75,7 +75,7 @@ export const ticketInfoConfig = [
'conferencePass',
'tShirt',
],
statusI18nKey: ticketSellingStatus.SELLING,
statusI18nKey: ticketSellingStatus.ENDED,
link: pageLinks.kktixIndividual2024,
},
{
Expand Down

0 comments on commit e009239

Please sign in to comment.