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 -1
View File
@@ -105,7 +105,7 @@ export default function Index() {
<ProfilePhoto
key={i}
src={e.user.image ? e.user.image : undefined}
className="-mr-3 border-[3px]"
className="border-[3px]"
/>
);
})
-1
View File
@@ -48,7 +48,6 @@ export default function Account() {
}
useEffect(() => {
console.log(account);
if (!objectIsEmpty(account)) setUser({ ...account });
}, [account]);