diff options
Diffstat (limited to 'src/components/Pills.tsx')
-rw-r--r-- | src/components/Pills.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Pills.tsx b/src/components/Pills.tsx index 974d83593..3eddf1b9a 100644 --- a/src/components/Pills.tsx +++ b/src/components/Pills.tsx @@ -126,7 +126,7 @@ export function Label({ fill={t.atoms.text_contrast_medium.color} /> ) : ( - <UserAvatar avatar={desc.sourceAvi} size={avi} /> + <UserAvatar avatar={desc.sourceAvi} type="user" size={avi} /> )} <Text |