diff --git a/components/core/header/nav-bar/NavBar.vue b/components/core/header/nav-bar/NavBar.vue index d2d9fbebb9..edb185013d 100644 --- a/components/core/header/nav-bar/NavBar.vue +++ b/components/core/header/nav-bar/NavBar.vue @@ -64,6 +64,7 @@ > @@ -147,6 +148,9 @@ export default { showVenuePage() { return this.$store.state.configs.showVenuePage }, + showProposalSystemPage() { + return this.$store.state.configs.showProposalSystemPage + }, }, methods: { generateI18nItems(items, hideItems = []) { diff --git a/components/core/header/nav-bar/NavBarHamburger.vue b/components/core/header/nav-bar/NavBarHamburger.vue index 20dceea24f..96073211af 100644 --- a/components/core/header/nav-bar/NavBarHamburger.vue +++ b/components/core/header/nav-bar/NavBarHamburger.vue @@ -82,6 +82,7 @@ @click.native="toggleAccordion('venue')" > {{ $t('proposalSystemUrl') }} ({ showEventsPage: false, showConferencePage: false, showVenuePage: false, + showProposalSystemPage: false, showIndexSponsorSection: false, showIndexSecondaryBtn: true, aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']