From 7de5d88aeaa0c6c6efafbe485f5b08791b6c1f54 Mon Sep 17 00:00:00 2001 From: Andrei Tudor Date: Mon, 26 May 2025 21:04:05 +0300 Subject: [PATCH] Fixed local plugins page buttons in table --- WebUI/Components/Pages/Plugins/Local.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebUI/Components/Pages/Plugins/Local.razor b/WebUI/Components/Pages/Plugins/Local.razor index 5061417..4175073 100644 --- a/WebUI/Components/Pages/Plugins/Local.razor +++ b/WebUI/Components/Pages/Plugins/Local.razor @@ -35,10 +35,10 @@ @plugin.Version @(plugin.IsOfflineAdded ? "Yes" : "No") - + @if (!plugin.IsOfflineAdded) { - + }