From 8fbad0112e57f1530584ef770acd01f9fe7faa0f Mon Sep 17 00:00:00 2001 From: Marc Brooks Date: Mon, 8 Sep 2025 04:06:08 -0500 Subject: [PATCH] fix(ui): Don't render a button in a button (#782) Gets rid of warning at initial page load. --- ui/src/components/Header.tsx | 2 +- ui/src/components/KvmCard.tsx | 15 ++++++--------- ui/src/main.tsx | 1 + 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/ui/src/components/Header.tsx b/ui/src/components/Header.tsx index a290114..a650693 100644 --- a/ui/src/components/Header.tsx +++ b/ui/src/components/Header.tsx @@ -103,7 +103,7 @@ export default function DashboardNavbar({
- +