Fix accounts socket from unsubbing on create 97/597/1
authorLaurence Maultsby <laurence.maultsby@riftio.com>
Thu, 3 Nov 2016 15:25:04 +0000 (11:25 -0400)
committerLaurence Maultsby <laurence.maultsby@riftio.com>
Thu, 3 Nov 2016 15:25:04 +0000 (11:25 -0400)
Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
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){