fix(always-on-top) Show participant`s avatar (#12967)

This commit is contained in:
Horatiu Muresan 2023-02-27 16:20:40 +02:00 committed by Дамян Минков
parent 689d0e98af
commit 271f5ec4c7
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ export default class AlwaysOnTop extends Component<*, State> {
color = { getAvatarColor(displayName, customAvatarBackgrounds) } color = { getAvatarColor(displayName, customAvatarBackgrounds) }
id = 'avatar' id = 'avatar'
initials = { getInitials(displayName) } initials = { getInitials(displayName) }
url = { displayName ? null : avatarURL } />) url = { avatarURL } />)
</div> </div>
<div <div
className = 'displayname' className = 'displayname'