Remove unused name on Avatar

This commit is contained in:
Alvaro 2022-09-28 10:27:52 -06:00 committed by GitHub
parent 0c120eaf3a
commit ab153b30c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 4 additions and 77 deletions

View file

@ -47,7 +47,6 @@ function renderAvatar(
avatarPath,
color,
isMe,
name,
phoneNumber,
profileName,
sharedGroupNames,
@ -58,7 +57,6 @@ function renderAvatar(
| 'avatarPath'
| 'color'
| 'isMe'
| 'name'
| 'phoneNumber'
| 'profileName'
| 'sharedGroupNames'
@ -76,7 +74,6 @@ function renderAvatar(
conversationType="direct"
i18n={i18n}
isMe={isMe}
name={name}
phoneNumber={phoneNumber}
profileName={profileName}
title={title}