[Chat] Fix member count in SearchablePeopleList (#10909)
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user