mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-06 03:20:55 +00:00
changed tab design and more
This commit is contained in:
parent
b0374d9ce2
commit
695e8635da
1 changed files with 1 additions and 1 deletions
|
|
@ -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){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue