mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-06 01:41:09 +01:00
Fix race
This commit is contained in:
parent
32a01b54b8
commit
1deb406294
@ -44,8 +44,9 @@ module.exports = React.createClass({
|
||||
this.setState({
|
||||
summary: null,
|
||||
error: null,
|
||||
}, () => {
|
||||
this._loadGroupFromServer(newProps.groupId);
|
||||
});
|
||||
this._loadGroupFromServer(newProps.groupId);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user