Skip to content

Commit

Permalink
Fix avatar type in conversation details panel
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
  • Loading branch information
automated-signal and EvanHahn-Signal committed Oct 27, 2021
1 parent eb93e8d commit ac17aab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ export const ConversationDetailsHeader: React.ComponentType<Props> = ({

const avatar = (
<Avatar
conversationType="group"
conversationType={conversation.type}
i18n={i18n}
size={80}
{...conversation}
Expand Down

0 comments on commit ac17aab

Please sign in to comment.