Skip to content

Commit

Permalink
Merge pull request #257 from FinalDoubleTen/dev
Browse files Browse the repository at this point in the history
여정 수정페이지 nav 제거
  • Loading branch information
suehub authored Jan 24, 2024
2 parents b814429 + 456e13e commit bce7907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/router/routerLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const MainLayout = () => {
'/plan',
'/create',
'/add',
'/edit',
];
const showNav = !hideNavPaths.some((path) =>
location.pathname.includes(path),
Expand Down

0 comments on commit bce7907

Please sign in to comment.