diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 80c428dfe6..0b7aee0f4a 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -1008,7 +1008,7 @@ function MainContainer({
{/* show top navigation for md and smaller (tablet and phones) */} {TopNavContainerProp} -
+
{!props.withoutMain ? {props.children} : props.children}