diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index d95fc00cf3..d52a4cdc09 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -336,46 +336,44 @@ function UserDropdown({ small }: UserDropdownProps) { } return ( -
- setMenuOpen((menuOpen) => !menuOpen)}> - - -
+ )} + + @@ -1030,7 +1028,7 @@ function MainContainer({
{/* show top navigation for md and smaller (tablet and phones) */} {TopNavContainerProp} -
+
{!props.withoutMain ? {props.children} : props.children}