Skip to content

Commit

Permalink
Merge pull request #564 from pycontw/revert-pr-562
Browse files Browse the repository at this point in the history
Revert "Merge pull request #562 from pycontw/feat/close-tickets"
  • Loading branch information
mattwang44 authored Aug 7, 2024
2 parents d2c9661 + 7231247 commit f428420
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.ENDED,
statusI18nKey: ticketSellingStatus.SELLING,
link: pageLinks.kktixIndividual2024,
},
{
Expand All @@ -62,7 +62,7 @@ export const ticketInfoConfig = [
'conferencePass',
'earlyRegularStageTShirt',
],
statusI18nKey: ticketSellingStatus.ENDED,
statusI18nKey: ticketSellingStatus.SELLING,
link: pageLinks.kktixIndividual2024,
},
{
Expand All @@ -75,7 +75,7 @@ export const ticketInfoConfig = [
'conferencePass',
'tShirt',
],
statusI18nKey: ticketSellingStatus.ENDED,
statusI18nKey: ticketSellingStatus.SELLING,
link: pageLinks.kktixIndividual2024,
},
{
Expand Down

0 comments on commit f428420

Please sign in to comment.