From 19097881b9280065bd0fd21b629bde648b8d2352 Mon Sep 17 00:00:00 2001 From: Josix Date: Sat, 5 Aug 2023 21:53:39 +0800 Subject: [PATCH] keynotes toggled on --- store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index f224d5c747..0a110f3d72 100644 --- a/store/index.js +++ b/store/index.js @@ -26,7 +26,7 @@ export const state = () => ({ showIndexSecondaryBtn: true, aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct'] eventsHideItems: ['openSpaces'], // ['sprints', 'openSpaces', 'jobs'] - conferenceHideItems: ['keynotes', 'youngInspirers'], // ['keynotes', 'talks', 'tutorials', 'youngInspirers'] + conferenceHideItems: ['youngInspirers'], // ['keynotes', 'talks', 'tutorials', 'youngInspirers'] registrationHideItems: [], // ['tickets', 'financialAid'] venueHideItems: [], // ['venueInfo', 'accommodation'] },