Skip to content

Commit

Permalink
Merge branch 'feat/schedule' into staging_env
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanYeh committed Jul 23, 2024
2 parents 73f784b + 75f4365 commit c7c5d1c
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 c7c5d1c

Please sign in to comment.