diff --git a/commafeed-client/src/pages/app/Layout.tsx b/commafeed-client/src/pages/app/Layout.tsx index 571e7797f..72c96fd42 100644 --- a/commafeed-client/src/pages/app/Layout.tsx +++ b/commafeed-client/src/pages/app/Layout.tsx @@ -173,8 +173,8 @@ export default function Layout(props: LayoutProps) { }} padding={{ base: 6, [Constants.layout.mobileBreakpointName]: "md" }} > - {header} - {header} + {!headerInFooter && header} + {headerInFooter && header} {props.sidebar}