Skip to content

Commit c7c5d1c

Browse files
committed
Merge branch 'feat/schedule' into staging_env
2 parents 73f784b + 75f4365 commit c7c5d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const state = () => ({
1515
conferenceDate: '2024-09-21',
1616
showSpeakingPage: true,
1717
showAboutStaffPage: false,
18-
showSchedulePage: false,
18+
showSchedulePage: true,
1919
showSponsorPage: true,
2020
showRegistrationPage: true,
2121
showEventOverviewPage: true,

0 commit comments

Comments
 (0)