Skip to content

Commit

Permalink
fix: 반려 식물 상세, 타임라인 Navbar 숨기기 추가 (#472)
Browse files Browse the repository at this point in the history
chore: 반려 식물 상세, 타임라인 Navbar 숨기기 추가
  • Loading branch information
bassyu authored and hozzijeong committed Oct 20, 2023
1 parent 808c947 commit 7dac0bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/pages/@common/RootTemplate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ import { PageArea, Wrapper } from './RootTemplate.style';
import { GUIDE, URL_PATH } from 'constants/index';

const NO_NAVIGATION_BAR_URLS = [
URL_PATH.petRegisterForm,
URL_PATH.dictDetail,
URL_PATH.petRegisterForm,
URL_PATH.petDetail,
URL_PATH.petEdit,
URL_PATH.timeline,
URL_PATH.login,
URL_PATH.authorization,
].map((path) => ({ path }));
Expand Down

0 comments on commit 7dac0bb

Please sign in to comment.