UserAvatar size

This commit is contained in:
Ilay Eble 2025-06-29 15:58:10 +02:00 committed by MisbehavedNinjaRadiator
parent 645421bdd3
commit b106f8253c

View file

@ -44,8 +44,4 @@ export default function UserAvatar({ username, size = 40 }: UserAvatarProps) {
</Typography>
</Box>
);
}
// ---------------- Exemplarische Verwendung ----------------
// <UserAvatar username={user?.username ?? "Unknown User"} src={user?.avatarUrl} />
// ---------------------------------------------------------
}