From c7afd01a373292e70bdb5b1813c2f421a42be773 Mon Sep 17 00:00:00 2001 From: sue Date: Wed, 24 Jan 2024 11:12:46 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EC=97=AC=EC=A0=95=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20nav=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routerLayout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/routerLayout.tsx b/src/router/routerLayout.tsx index 9499a033..bb3f24ef 100644 --- a/src/router/routerLayout.tsx +++ b/src/router/routerLayout.tsx @@ -20,6 +20,7 @@ const MainLayout = () => { '/plan', '/create', '/add', + '/edit', ]; const showNav = !hideNavPaths.some((path) => location.pathname.includes(path),