Skip to content

Commit

Permalink
fix: getHeaderLabel 메서드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyugeon committed Oct 17, 2023
1 parent 7d581c2 commit 3bb1e35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ui/Base/TopHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ const getHeaderLabel = (pathname: string) => {
case '/profile/me': {
return 'Profile';
}
default: {
return 'BookArchive';
}
}
};

Expand Down

0 comments on commit 3bb1e35

Please sign in to comment.