pretty decent state

This commit is contained in:
counterweight 2025-12-26 18:49:00 +01:00
parent 63a4b0f8a2
commit f6c552cefd
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
10 changed files with 75 additions and 42 deletions

View file

@ -94,7 +94,7 @@ export default function ProfilePage() {
} finally {
setIsLoadingProfile(false);
}
}, []);
}, [t]);
useEffect(() => {
if (user && isAuthorized) {