Skip to content

Commit

Permalink
feat: 진짜 수정임 ㄹㅇ
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperdad committed May 19, 2024
1 parent bc59a2c commit 859da3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/record/Record.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Record: React.FC = () => {
};

const handleHomeBtn = () => {
navigate(`/${memberId}`);
navigate(`/my/${memberId}`);
};

return (
Expand Down

0 comments on commit 859da3c

Please sign in to comment.