Skip to content

Commit

Permalink
fix: navigate -1로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Feb 27, 2024
1 parent 58cdb98 commit a1e33d9
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 a1e33d9

Please sign in to comment.