You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-22 18:41:57 +03:00
Fix race
This commit is contained in:
@ -44,8 +44,9 @@ module.exports = React.createClass({
|
|||||||
this.setState({
|
this.setState({
|
||||||
summary: null,
|
summary: null,
|
||||||
error: null,
|
error: null,
|
||||||
|
}, () => {
|
||||||
|
this._loadGroupFromServer(newProps.groupId);
|
||||||
});
|
});
|
||||||
this._loadGroupFromServer(newProps.groupId);
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user