diff --git a/src/components/common/layout/Layout.tsx b/src/components/common/layout/Layout.tsx index 5ec8bea0..41325c18 100644 --- a/src/components/common/layout/Layout.tsx +++ b/src/components/common/layout/Layout.tsx @@ -50,9 +50,7 @@ export function Layout({ left, center, right, theme, scrollable = false, childre data-theme={appliedTheme} className={`bg-gray-100 ${scrollable ? 'min-h-screen' : 'h-screen overflow-hidden'}`} > -
+
{left ?? }
{center}
{right}