This commit is contained in:
Kenneth Jannette
2024-03-26 01:05:16 -05:00
parent 5f5329361a
commit f1ec3d0801

View File

@@ -178,7 +178,7 @@ const HomePage = () => {
let email;
let password;
if (!userData[0] || userData.length < 1) {
if (userData === undefined) {
return;
} else {
email = userData[0].email;