bug fixed
This commit is contained in:
@@ -48,7 +48,6 @@ export default function Account() {
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
console.log(account);
|
||||
if (!objectIsEmpty(account)) setUser({ ...account });
|
||||
}, [account]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user