Skip to content

Commit

Permalink
바라는게 많아..
Browse files Browse the repository at this point in the history
  • Loading branch information
leshleekor committed Aug 20, 2023
1 parent 6189464 commit bbff845
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/ConfirmOrderPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ const ConfirmOrderPage = () => {
start_date: format(filters.range_to, 'yyyy.MM.dd'),
end_date: format(filters.range_to, 'yyyy.MM.dd'),
});
navigate('/profile');
navigate('/profile', {
replace: true
});
};

const days = differenceInDays(filters.range_to, filters.range_from);
Expand Down

0 comments on commit bbff845

Please sign in to comment.