Skip to content

Commit

Permalink
Merge pull request #562 from pycontw/feat/close-tickets
Browse files Browse the repository at this point in the history
chore(tickets): switch tickets status
  • Loading branch information
SivanYeh authored Aug 5, 2024
2 parents c1e6c8d + 04257de commit d2c9661
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 d2c9661

Please sign in to comment.