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}