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}
|
avatarPath={conversation.avatarPath}
|
||||||
conversationTitle={conversation.title}
|
conversationTitle={conversation.title}
|
||||||
i18n={i18n}
|
i18n={i18n}
|
||||||
isGroup
|
isGroup={isGroup}
|
||||||
onClose={() => setShowingAvatar(false)}
|
onClose={() => setShowingAvatar(false)}
|
||||||
/>
|
/>
|
||||||
) : null;
|
) : null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue