Skip to content

Commit

Permalink
Merge pull request #256 from FinalDoubleTen/TripsQA/Design
Browse files Browse the repository at this point in the history
여정 수정페이지 nav 제거
  • Loading branch information
suehub authored Jan 24, 2024
2 parents e3e520c + f49c08e commit 456e13e
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 456e13e

Please sign in to comment.