diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-01-09 00:19:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 00:19:59 +0000 |
commit | d10cbb8f42d022c05f8c4d89f3d3b1a8456c615f (patch) | |
tree | 89f99cb772c6e236677ea9adab284fa9f5b67c07 /src/components/AvatarStack.tsx | |
parent | a0393fcd485eec4c6d4d6729b95b2528686b5b1a (diff) | |
download | voidsky-d10cbb8f42d022c05f8c4d89f3d3b1a8456c615f.tar.zst |
Fix avatar shape in Account switch menu (#7388)
Diffstat (limited to 'src/components/AvatarStack.tsx')
-rw-r--r-- | src/components/AvatarStack.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/AvatarStack.tsx b/src/components/AvatarStack.tsx index aea472512..1b27a95ac 100644 --- a/src/components/AvatarStack.tsx +++ b/src/components/AvatarStack.tsx @@ -65,6 +65,7 @@ export function AvatarStack({ <UserAvatar size={size - 2} avatar={item.profile.avatar} + type={item.profile.associated?.labeler ? 'labeler' : 'user'} moderation={item.moderation.ui('avatar')} /> )} |