Skip to content

Commit

Permalink
Merge pull request #626 from TEAM-TATTOUR/S1/#624-detail=back
Browse files Browse the repository at this point in the history
[S1] 상세페이지 뒤로가기 위치 변경
  • Loading branch information
lydiacho authored Feb 27, 2024
2 parents 58cdb98 + a1e33d9 commit 64321a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/DetailPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const DetailPage = () => {
leftSection={
<IcBackDark
onClick={() => {
navigate('/list');
navigate(-1);
}}
/>
}
Expand Down

0 comments on commit 64321a7

Please sign in to comment.