Skip to content

Commit

Permalink
fix: 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjiw0n committed May 18, 2024
1 parent 48cdbd1 commit a950bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/record/RecordResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const RecordResult = (props: RecordResultProps) => {
const navigate = useNavigate();

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

return (
Expand Down

0 comments on commit a950bb6

Please sign in to comment.