Skip to content

Commit c18e0fb

Browse files
authored
Merge pull request #1269 from Moadong/develop-fe
[release] FE 릴리즈
2 parents 1124c60 + acb67b6 commit c18e0fb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

frontend/src/pages/ApplicationFormPage/ApplicationFormPage.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,9 @@ const ApplicationFormPage = () => {
115115
alert(
116116
`"${clubDetail.name}" 동아리에 성공적으로 지원되었습니다.\n좋은 결과 있으시길 바랍니다`,
117117
);
118-
navigate(
119-
`/clubDetail/@${encodeURIComponent(clubDetail.name)}`,
120-
{ replace: true },
121-
);
118+
navigate(`/clubDetail/@${encodeURIComponent(clubDetail.name)}`, {
119+
replace: true,
120+
});
122121
} catch (error) {
123122
alert(
124123
'답변 제출에 실패했어요.\n네트워크 상태를 확인하거나 잠시 후 다시 시도해 주세요.',

0 commit comments

Comments
 (0)