Fix incorrect fallback for conversation details avatar lightbox
This commit is contained in:
parent
9ea8a456f2
commit
630394d91d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue