Fix invite card avatar pile not reflecting member count (#10891)
This commit is contained in:
@@ -29,7 +29,12 @@ export function Card({size}: {size: 'large' | 'small'}) {
|
||||
|
||||
return (
|
||||
<View style={[a.flex_row, a.gap_md, a.align_center]}>
|
||||
<AvatarBubbles size={56} self profiles={avatarProfiles} />
|
||||
<AvatarBubbles
|
||||
size={56}
|
||||
self
|
||||
profiles={avatarProfiles}
|
||||
count={preview.memberCount}
|
||||
/>
|
||||
<View style={[a.flex_1, size === 'large' ? a.gap_2xs : a.gap_xs]}>
|
||||
<Text
|
||||
emoji
|
||||
|
||||
Reference in New Issue
Block a user