diff --git a/src/components/ui/layout.tsx b/src/components/ui/layout.tsx index 6b49f5df..52375ef9 100644 --- a/src/components/ui/layout.tsx +++ b/src/components/ui/layout.tsx @@ -59,7 +59,7 @@ export const Layout: FC> = ({ const isMobile = useIsMobile() const layoutContent = ( -
+
{headerContent &&
{headerContent}
} {isMobile && ( @@ -79,7 +79,7 @@ export const Layout: FC> = ({ {headerBreadcrumbsContent && ( {headerBreadcrumbsContent} )} -
{children}
+
{children}