Skip to content

Commit f428420

Browse files
authored
Merge pull request #564 from pycontw/revert-pr-562
Revert "Merge pull request #562 from pycontw/feat/close-tickets"
2 parents d2c9661 + 7231247 commit f428420

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/pageTickets.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const ticketInfoConfig = [
3636
'lunchBoxAndDesserts',
3737
'conferencePass',
3838
],
39-
statusI18nKey: ticketSellingStatus.ENDED,
39+
statusI18nKey: ticketSellingStatus.SELLING,
4040
link: pageLinks.kktixIndividual2024,
4141
},
4242
{
@@ -62,7 +62,7 @@ export const ticketInfoConfig = [
6262
'conferencePass',
6363
'earlyRegularStageTShirt',
6464
],
65-
statusI18nKey: ticketSellingStatus.ENDED,
65+
statusI18nKey: ticketSellingStatus.SELLING,
6666
link: pageLinks.kktixIndividual2024,
6767
},
6868
{
@@ -75,7 +75,7 @@ export const ticketInfoConfig = [
7575
'conferencePass',
7676
'tShirt',
7777
],
78-
statusI18nKey: ticketSellingStatus.ENDED,
78+
statusI18nKey: ticketSellingStatus.SELLING,
7979
link: pageLinks.kktixIndividual2024,
8080
},
8181
{

0 commit comments

Comments
 (0)