Skip to content

Commit

Permalink
Merge pull request #1367 from 42organization/recruit
Browse files Browse the repository at this point in the history
[test-deploy] 지원서 확인하기 페이지 url 수정
  • Loading branch information
yoouyeon authored Apr 6, 2024
2 parents d4497b2 + 46490ad commit 68d460a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/recruit/Main/MyApplicationInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const MyApplicationInfo = ({
const onCheck = () => {
if (!applicationId) return;
router.push(
`/recruit/${recruitId}/applications?applicationId=${applicationId}`
`/recruit/${recruitId}/my-application?applicationId=${applicationId}`
);
};

Expand Down

0 comments on commit 68d460a

Please sign in to comment.