diff --git a/apps/web/src/app/university/application/ScorePageContent.tsx b/apps/web/src/app/university/application/ScorePageContent.tsx index 36ca155f..79fd5766 100644 --- a/apps/web/src/app/university/application/ScorePageContent.tsx +++ b/apps/web/src/app/university/application/ScorePageContent.tsx @@ -115,7 +115,6 @@ const ScorePageContent = () => { useEffect(() => { if (isLoading) return; if (isError) { - toast.error("지원 현황을 불러오는 중에 오류가 발생했습니다. 지원 절차를 진행해주세요."); router.replace("/university/application/apply"); } }, [isError, isLoading, router]);