From 9447e754d3abe590423e973cc911c5b9fc2b3aee Mon Sep 17 00:00:00 2001 From: Tim Tsai Date: Fri, 30 Aug 2024 00:28:36 +0800 Subject: [PATCH] style: Show Schedule on Narbar --- store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index bcee71c560..4740f89665 100644 --- a/store/index.js +++ b/store/index.js @@ -21,7 +21,7 @@ export const state = () => ({ showIndexSponsorSection: true, showProposalSystemPage: true, showRegistrationPage: true, - showSchedulePage: false, + showSchedulePage: true, showSpeakingPage: false, showSponsorPage: true, showVenuePage: true,