Fix avatar type in conversation details panel
This commit is contained in:
parent
63fcdbe787
commit
90d8313614
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export const ConversationDetailsHeader: React.ComponentType<Props> = ({
|
|||
|
||||
const avatar = (
|
||||
<Avatar
|
||||
conversationType="group"
|
||||
conversationType={conversation.type}
|
||||
i18n={i18n}
|
||||
size={80}
|
||||
{...conversation}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue