From 9fac8c768855f4482dfd5ffc4680ecfc94ca4c2c Mon Sep 17 00:00:00 2001 From: AlexeyMatveev686 Date: Tue, 21 Feb 2023 12:35:56 +0300 Subject: [PATCH] . --- store/scripts/code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/scripts/code.js b/store/scripts/code.js index 301994a9..1551cbfa 100644 --- a/store/scripts/code.js +++ b/store/scripts/code.js @@ -1050,7 +1050,7 @@ function showMarketplace() { // show main window to user if (!isPluginLoading && !isTranslationLoading && !isFrameLoading) { // filter installed plugins (delete removed, that are in store) - installedPlugins.filter(function(plugin) { + installedPlugins = installedPlugins.filter(function(plugin) { if (plugin.removed) if ( findPlugin(true, plugin.guid) ) return false;