forked from AkkomaGang/akkoma-fe
Don't show home icon if not logged in
This commit is contained in:
parent
baaec9d14b
commit
cd72d1370c
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
class="nav-items left"
|
||||
>
|
||||
<router-link
|
||||
v-if-"currentUser"
|
||||
:to="{ name: 'friends' }"
|
||||
class="nav-icon"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue