refactor(user): remove unused view fields

This commit is contained in:
2026-07-07 15:40:27 +08:00
parent e10e65d2f3
commit 9f5e1533fc
5 changed files with 1 additions and 85 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ export function SidebarScreen() {
sidebarState !== "guest" && user.currentUser == null;
const name = user.currentUser?.username ?? FALLBACK_USERNAME;
const avatarUrl = user.avatarUrl ?? user.currentUser?.avatarUrl ?? null;
const avatarUrl = user.avatarUrl;
return (
<MobileShell background="#fcf3f4">
<div className={styles.shell}>