From 043e14d5cb929fca35b8d55c9008498146e90b8b Mon Sep 17 00:00:00 2001 From: eal Date: Thu, 1 Feb 2018 19:18:47 +0200 Subject: Show chat only if channel is joined. --- src/modules/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/chat.js') diff --git a/src/modules/chat.js b/src/modules/chat.js index b1244ebe..383ac75c 100644 --- a/src/modules/chat.js +++ b/src/modules/chat.js @@ -1,7 +1,7 @@ const chat = { state: { messages: [], - channel: null + channel: {state: ''} }, mutations: { setChannel (state, channel) { -- cgit v1.2.3-70-g09d2