Remove social proof from group invites (#10787)
This commit is contained in:
@@ -34,7 +34,7 @@ export function IncomingRequestListItem({
|
||||
return (
|
||||
<View style={[a.relative, a.flex_1]}>
|
||||
<ChatListItem convo={convo.view} showMenu={false}>
|
||||
{convo.primaryMember && (
|
||||
{convo.kind === 'direct' && convo.primaryMember && (
|
||||
<View style={[a.pt_xs, a.pb_2xs]}>
|
||||
<KnownFollowers
|
||||
profile={convo.primaryMember}
|
||||
|
||||
Reference in New Issue
Block a user