diff --git a/packages/app/src/Pages/Layout/index.tsx b/packages/app/src/Pages/Layout/index.tsx index e1382465..08d0b8e4 100644 --- a/packages/app/src/Pages/Layout/index.tsx +++ b/packages/app/src/Pages/Layout/index.tsx @@ -56,9 +56,12 @@ export default function Index() { return (
+ {!shouldHideHeader &&
}
- +
+ +
@@ -72,18 +75,9 @@ export default function Index() { ); } -function MainContent({ shouldHideHeader }) { - return ( -
- {!shouldHideHeader &&
} - -
- ); -} - function Header() { return ( -
+