You've already forked matrix-react-sdk
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:
@@ -163,7 +163,7 @@ module.exports = React.createClass({
|
||||
});
|
||||
}
|
||||
this.setState({
|
||||
apps: this._getApps(),
|
||||
apps: this.apps,
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user