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,
});
},