Fix chat info panel not using square icons for labellers (#11415)
This commit is contained in:
@@ -47,7 +47,11 @@ export function MessagesListInfoPanel({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[a.align_center, a.justify_center]}>
|
<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
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.flex_row,
|
a.flex_row,
|
||||||
|
|||||||
Reference in New Issue
Block a user