Make it more difficult to blur avatars

This commit is contained in:
Evan Hahn
2021-05-07 17:21:10 -05:00
committed by GitHub
parent 1276368f94
commit d28678dbf9
79 changed files with 1118 additions and 889 deletions

View File

@@ -156,10 +156,12 @@ export const ChooseGroupMembersModal: FunctionComponent<PropsType> = ({
color={contact.color}
firstName={contact.firstName}
i18n={i18n}
isMe={contact.isMe}
id={contact.id}
name={contact.name}
phoneNumber={contact.phoneNumber}
profileName={contact.profileName}
sharedGroupNames={contact.sharedGroupNames}
title={contact.title}
onClickRemove={() => {
removeSelectedContact(contact.id);