more
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user