1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-22 18:41:57 +03:00

_loadGroupFromServer doesn't return a promise

This commit is contained in:
David Baker
2017-07-21 14:41:29 +01:00
parent d48924e768
commit f9cff50ef5

View File

@ -281,7 +281,7 @@ export default React.createClass({
editing: false,
summary: null,
});
return this._loadGroupFromServer(this.props.groupId);
this._loadGroupFromServer(this.props.groupId);
}).catch((e) => {
this.setState({
saving: false,