diff --git a/packages/ui/v2/core/Shell.tsx b/packages/ui/v2/core/Shell.tsx index e96623bcdb..812e7f8608 100644 --- a/packages/ui/v2/core/Shell.tsx +++ b/packages/ui/v2/core/Shell.tsx @@ -575,11 +575,16 @@ function MobileNavigationContainer() { const MobileNavigation = () => { const isEmbed = useIsEmbed(); + const router = useRouter(); + const isSubNav = router.pathname.split("/").length > 3; + return ( <>