Skip to content

Commit

Permalink
Fix incorrect fallback for conversation details avatar lightbox
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 Nov 1, 2021
1 parent 4a6b796 commit 3dd3a0f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ export const ConversationDetailsHeader: React.ComponentType<Props> = ({
avatarPath={conversation.avatarPath}
conversationTitle={conversation.title}
i18n={i18n}
isGroup
isGroup={isGroup}
onClose={() => setShowingAvatar(false)}
/>
) : null;
Expand Down

0 comments on commit 3dd3a0f

Please sign in to comment.