Remove unused name on Avatar
This commit is contained in:
parent
0c120eaf3a
commit
ab153b30c8
38 changed files with 4 additions and 77 deletions
|
@ -37,7 +37,6 @@ function StoryListItemAvatar({
|
|||
getPreferredBadge,
|
||||
i18n,
|
||||
isMe,
|
||||
name,
|
||||
profileName,
|
||||
sharedGroupNames,
|
||||
title,
|
||||
|
@ -46,7 +45,6 @@ function StoryListItemAvatar({
|
|||
| 'acceptedMessageRequest'
|
||||
| 'avatarPath'
|
||||
| 'color'
|
||||
| 'name'
|
||||
| 'profileName'
|
||||
| 'sharedGroupNames'
|
||||
| 'title'
|
||||
|
@ -66,7 +64,6 @@ function StoryListItemAvatar({
|
|||
conversationType="direct"
|
||||
i18n={i18n}
|
||||
isMe={Boolean(isMe)}
|
||||
name={name}
|
||||
profileName={profileName}
|
||||
sharedGroupNames={sharedGroupNames}
|
||||
size={AvatarSize.FORTY_EIGHT}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue