Skip to content

Commit 3dcb252

Browse files
authored
Merge pull request #541 from pycontw/feat/jobs-2024
feat(events/jobs): toggle job lists
2 parents e02b015 + 4f9e2a9 commit 3dcb252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

store/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ export const state = () => ({
1919
showSponsorPage: true,
2020
showRegistrationPage: true,
2121
showEventOverviewPage: true,
22-
showEventsPage: false,
22+
showEventsPage: true,
2323
showConferencePage: true,
2424
showVenuePage: true,
2525
showProposalSystemPage: true,
2626
showIndexSponsorSection: true,
2727
showIndexSecondaryBtn: true,
2828
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
29-
eventsHideItems: [], // ['sprints', 'openSpaces', 'jobs']
29+
eventsHideItems: ['sprints', 'openSpaces'], // ['sprints', 'openSpaces', 'jobs']
3030
conferenceHideItems: ['talks', 'tutorials', 'panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
3131
registrationHideItems: [], // ['tickets', 'financialAid']
3232
venueHideItems: [], // ['venueInfo', 'accommodation']

0 commit comments

Comments
 (0)