Skip to content

Commit

Permalink
fix NavBarHamburger
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanYeh committed Feb 1, 2024
1 parent 37a0272 commit 0ad8f5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/core/header/nav-bar/NavBarHamburger.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ export default {
showVenuePage() {
return this.$store.state.configs.showVenuePage
},
showProposalSystemPage() {
return this.$store.state.configs.showProposalSystemPage
},
},
watch: {
$route() {
Expand Down

0 comments on commit 0ad8f5b

Please sign in to comment.