Show chat only if channel is joined.
This commit is contained in:
parent
3ff39f9b39
commit
043e14d5cb
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
const chat = {
|
||||
state: {
|
||||
messages: [],
|
||||
channel: null
|
||||
channel: {state: ''}
|
||||
},
|
||||
mutations: {
|
||||
setChannel (state, channel) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue