Skip to content

Commit

Permalink
feat: open the schedule page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritabear authored and SivanYeh committed Aug 17, 2024
1 parent 1ea9de2 commit 1c84e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export const state = () => ({
showIndexSponsorSection: true,
showProposalSystemPage: true,
showRegistrationPage: true,
showSchedulePage: false,
showSpeakingPage: false,
showSchedulePage: true,
showSpeakingPage: true,
showSponsorPage: true,
showVenuePage: true,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
Expand Down

0 comments on commit 1c84e5d

Please sign in to comment.