1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-22 18:41:57 +03:00
This commit is contained in:
David Baker
2017-07-07 10:08:29 +01:00
parent 32a01b54b8
commit 1deb406294

View File

@ -44,8 +44,9 @@ module.exports = React.createClass({
this.setState({
summary: null,
error: null,
});
}, () => {
this._loadGroupFromServer(newProps.groupId);
});
}
},