Hide bubble timeline icon from desktop nav if empty
This commit is contained in:
parent
8713f1870f
commit
642fe3dc10
2 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
/>
|
||||
</router-link>
|
||||
<router-link
|
||||
v-if="currentUser"
|
||||
v-if="currentUser && showBubbleTimeline"
|
||||
:to="{ name: 'bubble-timeline' }"
|
||||
class="nav-icon"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue