From 744b300d008bfd83e554ea0cbf89286702f7b7c8 Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 21 Jul 2025 16:57:53 +0100 Subject: [PATCH] fix: tyding up weird html --- frontend/src/components/app-wrapper/with-topbar-and-dock.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/components/app-wrapper/with-topbar-and-dock.tsx b/frontend/src/components/app-wrapper/with-topbar-and-dock.tsx index 599934b..93dbb28 100644 --- a/frontend/src/components/app-wrapper/with-topbar-and-dock.tsx +++ b/frontend/src/components/app-wrapper/with-topbar-and-dock.tsx @@ -5,9 +5,7 @@ import { Dock } from "./dock"; export const WithTopbarAndDock: Component = (props) => { return ( <> -
- -
+
{props.children}