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 +);