From cd0ac1e01f7e74ec5a2872e12817c16880d2a706 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 1 Mar 2022 01:22:24 -0800 Subject: [PATCH] Fix missing Edit info button on /new --- components/BottomHeader/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {