diff --git a/components/BottomHeader/index.tsx b/components/BottomHeader/index.tsx index dd7cff0e..b57243c8 100644 --- a/components/BottomHeader/index.tsx +++ b/components/BottomHeader/index.tsx @@ -65,7 +65,7 @@ const BottomHeader = () => { } const leftNav = () => { - if (router.pathname === '/p/[party]') { + if (router.pathname === '/p/[party]' || router.pathname === '/new') { if (app.party.detailsVisible) { return () } else {