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
|
@ -2,6 +2,9 @@ const NavPanel = {
|
|||
computed: {
|
||||
currentUser () {
|
||||
return this.$store.state.users.currentUser
|
||||
},
|
||||
chat () {
|
||||
return this.$store.state.chat.channel
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue