Fix invite card avatar pile not reflecting member count (#10891)

This commit is contained in:
Samuel Newman
2026-06-13 00:57:31 +03:00
committed by GitHub
parent 1f90a4dfd9
commit 714b1e205d
5 changed files with 25 additions and 20 deletions
+6 -1
View File
@@ -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