fix: actions not loading (#448)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user