fix error breaking logout flow

skip-thread-containment
taehoon 5 years ago
parent 268e9ce504
commit c23228f196

@ -21,7 +21,7 @@ const chat = {
},
actions: {
disconnectFromChat (store) {
store.state.socket.disconnect()
store.state.socket && store.state.socket.disconnect()
},
initializeChat (store, socket) {
const channel = socket.channel('chat:public')

Loading…
Cancel
Save