Don't display if we don't have a chat.
This commit is contained in:
parent
a03b92e252
commit
6c4e3a509a
3 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
{{ $t("nav.timeline") }}
|
||||
</router-link>
|
||||
</li>
|
||||
<li v-if='currentUser'>
|
||||
<li v-if='chat && currentUser'>
|
||||
<router-link class="base00-background" to='/chat'>
|
||||
{{ $t("nav.chat") }}
|
||||
</router-link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue