Skip to content

Commit

Permalink
fix(navbar): erroneously show conference items in event category
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Sep 10, 2022
1 parent 39184d8 commit 1a7bd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/header/nav-bar/NavBarHamburger.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
></nav-bar-item-accordion>
<nav-bar-item-accordion
:label="$t('events')"
:items="conferenceItems"
:items="eventsItems"
:expanding="expandingItem === 'events'"
@click.native="toggleAccordion('events')"
></nav-bar-item-accordion>
Expand Down

0 comments on commit 1a7bd4c

Please sign in to comment.