Skip to content

Commit 1c84e5d

Browse files
RitabearSivanYeh
authored andcommitted
feat: open the schedule page
1 parent 1ea9de2 commit 1c84e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

store/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export const state = () => ({
2121
showIndexSponsorSection: true,
2222
showProposalSystemPage: true,
2323
showRegistrationPage: true,
24-
showSchedulePage: false,
25-
showSpeakingPage: false,
24+
showSchedulePage: true,
25+
showSpeakingPage: true,
2626
showSponsorPage: true,
2727
showVenuePage: true,
2828
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']

0 commit comments

Comments
 (0)