Skip to content

Commit

Permalink
fix:빌드실패 고치기
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Aug 11, 2024
1 parent 63a2e1c commit f75f601
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/StudentVerification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ export const StudentVerification = () => {
onSubmit();
};

if (loading) {
return <div>로딩중입니다...</div>;
}

return (
<Wrapper direction="column" justify="flex-start" gap="lg">
{isPending && <LoadingSpinner />}
Expand Down

0 comments on commit f75f601

Please sign in to comment.