Fix avatar type in conversation details panel

This commit is contained in:
Evan Hahn 2021-10-27 10:50:58 -05:00 committed by GitHub
parent 63fcdbe787
commit 90d8313614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ export const ConversationDetailsHeader: React.ComponentType<Props> = ({
const avatar = ( const avatar = (
<Avatar <Avatar
conversationType="group" conversationType={conversation.type}
i18n={i18n} i18n={i18n}
size={80} size={80}
{...conversation} {...conversation}