[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]}
|
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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user