Browse Source

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

factor2
Horatiu Muresan 2 years ago
parent
commit
778bca3031
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/always-on-top/AlwaysOnTop.js

+ 1
- 1
react/features/always-on-top/AlwaysOnTop.js View File

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

Loading…
Cancel
Save