Skip to content

Commit 166924b

Browse files
committed
Merge branch 'dev' of https://github.com/GDSC-Hongik/gdsc-client into dev
2 parents 3b59c91 + bdd919b commit 166924b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/redirect/StudentVerificationServerRedirect.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export const StudentVerificationServerRedirect = () => {
1818
if (token) verifyStudentMail(token);
1919
}, [token, verifyStudentMail]);
2020

21-
//TODO: 추후 로딩 스피너 추가 필요
2221
return (
2322
<Wrapper direction="column">
2423
{isPending ? (

0 commit comments

Comments
 (0)