From 695e8635da03768750af82469533db4159ad7fb9 Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Wed, 9 Oct 2019 14:43:37 +0100 Subject: [PATCH] changed tab design and more --- src/store/modules/socketIOModule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/socketIOModule.js b/src/store/modules/socketIOModule.js index 382da1d..884c7f6 100644 --- a/src/store/modules/socketIOModule.js +++ b/src/store/modules/socketIOModule.js @@ -220,7 +220,7 @@ const actions = { }, ['socket_channel:created'](context, data){ const {channel} = data; - // rename to 'channel' to setchannel + // rename to 'channel' to setChannel context.dispatch('channel', channel); }, ['socket_notification:dismiss'](context, data){