Skip to content

Commit

Permalink
Merge pull request #308 from Team-Lecue/hotfix/fix-route
Browse files Browse the repository at this point in the history
hot-fix: 라우팅 수정
  • Loading branch information
Arooming authored Apr 22, 2024
2 parents c90dec7 + edb0e55 commit 5698e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Home/components/NoBookmarkList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const NoBookmarkList = () => {
const navigate = useNavigate();

const handleClickNavigateBtn = () => {
navigate('/mypage');
navigate('/mypage/history', { state: 2 });
};

return (
Expand Down

0 comments on commit 5698e9d

Please sign in to comment.