From 271f5ec4c7015d27dbbb42da0e63ac0c8240e03a Mon Sep 17 00:00:00 2001 From: Horatiu Muresan <39557534+horymury@users.noreply.github.com> Date: Mon, 27 Feb 2023 16:20:40 +0200 Subject: [PATCH] fix(always-on-top) Show participant`s avatar (#12967) --- react/features/always-on-top/AlwaysOnTop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/always-on-top/AlwaysOnTop.js b/react/features/always-on-top/AlwaysOnTop.js index 5e505330f..53a62887c 100644 --- a/react/features/always-on-top/AlwaysOnTop.js +++ b/react/features/always-on-top/AlwaysOnTop.js @@ -199,7 +199,7 @@ export default class AlwaysOnTop extends Component<*, State> { color = { getAvatarColor(displayName, customAvatarBackgrounds) } id = 'avatar' initials = { getInitials(displayName) } - url = { displayName ? null : avatarURL } />) + url = { avatarURL } />)