From 1bfc46f03b76ddc955dd0f2218952187f9413884 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 12 Jun 2026 11:02:00 +0200 Subject: [PATCH] fix: remove unused overview token prop --- frontend/src/main.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index 7a3ec7e..bbaec34 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -315,7 +315,7 @@ function ViewPanel({ return (
{activeView === "overview" && ( - + )} {activeView === "vms" && ( @@ -406,4 +404,4 @@ ReactDOM.createRoot(document.getElementById("root")!).render( -); \ No newline at end of file +);