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),