changed tab design and more

This commit is contained in:
supertiger1234 2019-10-09 14:43:37 +01:00
parent b0374d9ce2
commit 695e8635da

View file

@ -220,7 +220,7 @@ const actions = {
}, },
['socket_channel:created'](context, data){ ['socket_channel:created'](context, data){
const {channel} = data; const {channel} = data;
// rename to 'channel' to setchannel // rename to 'channel' to setChannel
context.dispatch('channel', channel); context.dispatch('channel', channel);
}, },
['socket_notification:dismiss'](context, data){ ['socket_notification:dismiss'](context, data){