Add missing import and fix apps reference.

This commit is contained in:
Richard Lewis 2017-06-28 15:53:18 +01:00
parent 3a10cda2ca
commit ea83d7eee2
2 changed files with 4 additions and 3 deletions

View file

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