fix: actions not loading (#448)

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
Johnny A
2020-08-19 13:53:57 -04:00
committed by GitHub
parent 9f255cb74f
commit 4b173bdf64
2 changed files with 2 additions and 4 deletions

View File

@@ -62,9 +62,7 @@ class ActionsMenuCtrl extends PureViewCtrl implements ActionsMenuScope {
this.props.item
);
}));
if (extensionsForItem.length == 0) {
this.loadingExtensions = false;
}
this.loadingExtensions = false;
await this.setState({
extensions: extensionsForItem
});