fix member count

This commit is contained in:
Samuel Newman
2026-06-15 12:19:25 +03:00
parent 02a47fb4a6
commit 865ed837ac
@@ -553,7 +553,7 @@ function ExistingChatCard({
style={[a.leading_snug, t.atoms.text_contrast_medium]}
numberOfLines={2}>
<Plural
value={convo.members.length}
value={convo.details.memberCount}
one="# member"
other="# members"
/>