fix build errors

This commit is contained in:
daniel31x13
2024-06-09 10:41:06 -04:00
parent 8505667f73
commit eadc98fbbe
7 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -7,9 +7,9 @@ import { useTranslation } from "next-i18next";
const VerifyEmail = () => {
const router = useRouter();
const { t } = useTranslation();
useEffect(() => {
const { t } = useTranslation();
const token = router.query.token;
if (!token || typeof token !== "string") {