[nobuild] rm wromg comment

This commit is contained in:
Stef-00012 2025-05-05 12:39:54 +02:00
parent 27f176f0e7
commit 86f8869285
No known key found for this signature in database
GPG key ID: 4EA4DF16B1BF5D66

View file

@ -132,7 +132,7 @@ export default function UserSettings() {
const zeroByteFiles = await getZeroByteFiles();
const versionData = await getVersion();
// setUser(typeof user === "string" ? null : user);
setUser(typeof user === "string" ? null : user);
setToken(typeof token === "string" ? null : token.token);
setCurrentAvatar(avatar || undefined);
setExports(typeof exports === "string" ? null : exports);