From f75f6018f12a3f6b335e5a4d9543dd357d942398 Mon Sep 17 00:00:00 2001 From: Eugene Kim Date: Sun, 11 Aug 2024 20:15:46 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EB=B9=8C=EB=93=9C=EC=8B=A4=ED=8C=A8=20?= =?UTF-8?q?=EA=B3=A0=EC=B9=98=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/StudentVerification.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/StudentVerification.tsx b/src/pages/StudentVerification.tsx index a0b369c..153b6a0 100644 --- a/src/pages/StudentVerification.tsx +++ b/src/pages/StudentVerification.tsx @@ -40,10 +40,6 @@ export const StudentVerification = () => { onSubmit(); }; - if (loading) { - return
로딩중입니다...
; - } - return ( {isPending && }