From b384c5a1af6fc6a61172dfb82ca4f363f1931fb5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 25 Oct 2022 21:35:03 +0200 Subject: [PATCH] fix: implemented PR feedback --- src/controllers/dashboard/plugins/available/index.html | 3 +-- src/controllers/dashboard/plugins/available/index.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/controllers/dashboard/plugins/available/index.html b/src/controllers/dashboard/plugins/available/index.html index b659b9ec9..68567db74 100644 --- a/src/controllers/dashboard/plugins/available/index.html +++ b/src/controllers/dashboard/plugins/available/index.html @@ -2,8 +2,7 @@
- - +
${MessageNoAvailablePlugins}
diff --git a/src/controllers/dashboard/plugins/available/index.js b/src/controllers/dashboard/plugins/available/index.js index bb63fcf6e..095bbb865 100644 --- a/src/controllers/dashboard/plugins/available/index.js +++ b/src/controllers/dashboard/plugins/available/index.js @@ -105,7 +105,7 @@ function onSearchBarType(searchBar) { card.style.display = 'none'; } else { card.style.display = 'unset'; - shown += 1; + shown++; } } // hide title if no cards are shown