Fix chat info panel not using square icons for labellers (#11415)

This commit is contained in:
RetroSunstar
2026-08-07 15:40:14 +01:00
committed by GitHub
parent cab5b69a5e
commit cc3b9ac0d9
@@ -47,7 +47,11 @@ export function MessagesListInfoPanel({
return (
<View style={[a.align_center, a.justify_center]}>
<UserAvatar type="user" size={88} avatar={profile?.avatar} />
<UserAvatar
type={profile.associated?.labeler ? 'labeler' : 'user'}
size={88}
avatar={profile?.avatar}
/>
<View
style={[
a.flex_row,