REmove redundant call to _getApps

pull/21833/head
Richard Lewis 2017-06-28 13:45:29 +01:00
parent e70eca0b0c
commit f8c064ec25
1 changed files with 1 additions and 1 deletions

View File

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