[Chat] Fix member count in SearchablePeopleList (#10909)

This commit is contained in:
Samuel Newman
2026-06-15 12:47:43 +03:00
committed by GitHub
parent 0204848cc4
commit d20d021173
@@ -553,7 +553,7 @@ function ExistingChatCard({
style={[a.leading_snug, t.atoms.text_contrast_medium]} style={[a.leading_snug, t.atoms.text_contrast_medium]}
numberOfLines={2}> numberOfLines={2}>
<Plural <Plural
value={convo.members.length} value={convo.details.memberCount}
one="# member" one="# member"
other="# members" other="# members"
/> />