bug fixed

This commit is contained in:
daniel31x13
2023-10-28 01:42:31 -04:00
parent cdcfabec0b
commit 9486d699c9
9 changed files with 13 additions and 35 deletions
-1
View File
@@ -48,7 +48,6 @@ export default function Account() {
}
useEffect(() => {
console.log(account);
if (!objectIsEmpty(account)) setUser({ ...account });
}, [account]);