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 committed Jul 20, 2024
1 parent 054255d commit 75f4365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const state = () => ({
conferenceDate: '2024-09-21',
showSpeakingPage: true,
showAboutStaffPage: false,
showSchedulePage: false,
showSchedulePage: true,
showSponsorPage: true,
showRegistrationPage: true,
showEventOverviewPage: true,
Expand Down

0 comments on commit 75f4365

Please sign in to comment.