Skip to content

Commit 6709f5f

Browse files
committed
fix: for issue with link to mentions view from mobile menu
1 parent 4fa2e86 commit 6709f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<i class="fa fa-users" aria-hidden="true"></i>Member Search
3939
</router-link>
4040
</li>
41-
<li @click="HeaderCtrl.showMobileMenu = false" >
41+
<li @click="showMobileMenu = false" >
4242
<router-link :to="{ name: 'Mentions' }">
4343
<i class="fas fa-at" aria-hidden="true"></i>Mentions
4444
</router-link>

0 commit comments

Comments
 (0)