From af2fc31f708ba050746f497d0fc50f2806009092 Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 24 Apr 2026 08:52:12 +0200 Subject: [PATCH] fix: build error - remove dynamic template from style tag --- frontend/src/pages/AdminHierarchyPage.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/pages/AdminHierarchyPage.jsx b/frontend/src/pages/AdminHierarchyPage.jsx index 9bed5a3..36b5631 100644 --- a/frontend/src/pages/AdminHierarchyPage.jsx +++ b/frontend/src/pages/AdminHierarchyPage.jsx @@ -141,10 +141,6 @@ function AdminHierarchyPage() { } } - .admin-tree-view { - ${selectedItem ? 'display: none;' : 'display: block;'} - } - .admin-tabs { display: flex; gap: 8px; @@ -261,6 +257,7 @@ function HierarchyTab({ hierarchy, expandedNodes, selectedItem, loading, error,