1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

REmove redundant call to _getApps

This commit is contained in:
Richard Lewis
2017-06-28 13:45:29 +01:00
parent e70eca0b0c
commit f8c064ec25

View File

@@ -163,7 +163,7 @@ module.exports = React.createClass({
});
}
this.setState({
apps: this._getApps(),
apps: this.apps,
});
},