Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Aug 11, 2024
2 parents 165916c + 07179c6 commit 63a2e1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/StudentVerification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ export const StudentVerification = () => {
onSubmit();
};

if (loading) {

Check failure on line 43 in src/pages/StudentVerification.tsx

View workflow job for this annotation

GitHub Actions / build

Cannot find name 'loading'.

Check failure on line 43 in src/pages/StudentVerification.tsx

View workflow job for this annotation

GitHub Actions / build

Cannot find name 'loading'.
return <div>로딩중입니다...</div>;
}

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

0 comments on commit 63a2e1c

Please sign in to comment.