mirror of https://github.com/vector-im/riot-web
REmove redundant call to _getApps
parent
e70eca0b0c
commit
f8c064ec25
|
@ -163,7 +163,7 @@ module.exports = React.createClass({
|
|||
});
|
||||
}
|
||||
this.setState({
|
||||
apps: this._getApps(),
|
||||
apps: this.apps,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue