Fix accounts socket from unsubbing on create
[osm/UI.git] / skyquake / plugins / accounts / src / account / account.jsx
index 45b31fc..37063ca 100644 (file)
@@ -47,7 +47,6 @@ class Account extends React.Component {
         }
     }
     componentWillUnmount() {
-        this.props.store.closeSocket();
         this.props.store.unlisten(this.storeListener);
     }
     setUp(props){