From dfbd4d7496339d6abc28cd8c1d846aa401bbc71f Mon Sep 17 00:00:00 2001 From: LianaHus Date: Wed, 26 Feb 2020 13:26:51 +0100 Subject: [PATCH] fixed standard --- src/app/components/plugin-manager-component.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/components/plugin-manager-component.js b/src/app/components/plugin-manager-component.js index 9c5fde5e4c..d8b9d06839 100644 --- a/src/app/components/plugin-manager-component.js +++ b/src/app/components/plugin-manager-component.js @@ -107,12 +107,15 @@ class PluginManagerComponent extends ViewPlugin { const activationButton = this.isActive(profile.name) ? yo` - ` : yo` - ` @@ -166,8 +169,6 @@ class PluginManagerComponent extends ViewPlugin { } // Filter all active and inactive modules that are not required - - const {actives, inactives} = this.appManager.getAll() .filter(isFiltered) .filter(isNotRequired)