Skip to content

Commit

Permalink
fix: 페이지 중복 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
summermong committed Aug 28, 2024
1 parent 95ef16e commit 84f6743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/change-distance/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Page() {
if (data.data.goal !== selectedDistance) {
openSaveModal();
} else {
router.push('/setting');
router.replace('/setting');
}
};

Expand Down

0 comments on commit 84f6743

Please sign in to comment.