Readd falsely deleted part

This commit is contained in:
Chi Vinh Le
2017-06-06 02:25:32 +07:00
parent 2be73d1df2
commit 2d0eec15c1
@@ -129,6 +129,9 @@ class StreamContainer extends React.Component {
};
componentDidMount() {
if (this.props.previousTab) {
this.props.data.refetch();
}
this.subscribeToUpdates();
}