Skip to content

Commit

Permalink
fix: build 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Aug 11, 2024
1 parent 80b5775 commit 0f07894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/StudentVerification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const StudentVerification = () => {

const IsStudentVerified = async () => {
const univStatus = await onVerifyStudent();
if (univStatus === 'PENDING') {
if (univStatus === 'UNSATISFIED') {
setPending(true);
} else {
navigate(RoutePath.Dashboard);
Expand Down

0 comments on commit 0f07894

Please sign in to comment.