From 6685ca249d6fbaf4259631e4881a95027e83a5f0 Mon Sep 17 00:00:00 2001 From: enunsnv Date: Sun, 1 Feb 2026 20:08:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A4=91=EB=B3=B5=20=ED=86=A0=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EB=A9=94=EC=8B=9C=EC=A7=80=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/app/university/application/ScorePageContent.tsx | 1 - 1 file changed, 1 deletion(-) 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]);