From 37a027227bd0a63fe2305cdbb727eeb4817da843 Mon Sep 17 00:00:00 2001 From: svyeh Date: Thu, 1 Feb 2024 23:10:58 +0800 Subject: [PATCH] trying continued --- components/core/header/nav-bar/NavBar.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/core/header/nav-bar/NavBar.vue b/components/core/header/nav-bar/NavBar.vue index 30005f9527..edb185013d 100644 --- a/components/core/header/nav-bar/NavBar.vue +++ b/components/core/header/nav-bar/NavBar.vue @@ -148,10 +148,9 @@ export default { showVenuePage() { return this.$store.state.configs.showVenuePage }, - /* showProposalSystemPage() { return this.$store.state.configs.showProposalSystemPage - },*/ + }, }, methods: { generateI18nItems(items, hideItems = []) {