From 2df3c1be1b1441544d8c1ed8b223dfe9c5c59861 Mon Sep 17 00:00:00 2001 From: svyeh Date: Fri, 30 Aug 2024 23:39:15 +0800 Subject: [PATCH] fix(nav-bar): put back "showConferencePage" --- store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/store/index.js b/store/index.js index 86fe91447..65e5c41e8 100644 --- a/store/index.js +++ b/store/index.js @@ -15,6 +15,7 @@ export const state = () => ({ conferenceDate: '2024-09-21', showSpeakingPage: true, showAboutStaffPage: false, + showConferencePage: true, showSchedulePage: true, showSponsorPage: true, showEventOverviewPage: true,