diff --git a/react/features/base/avatar/components/Avatar.js b/react/features/base/avatar/components/Avatar.js index fadf55153..31bbe85b7 100644 --- a/react/features/base/avatar/components/Avatar.js +++ b/react/features/base/avatar/components/Avatar.js @@ -220,7 +220,7 @@ export function _mapStateToProps(state: Object, ownProps: Props) { _customAvatarBackgrounds: state['features/dynamic-branding'].avatarBackgrounds, _initialsBase, _loadableAvatarUrl: _participant?.loadableAvatarUrl, - colorBase: !colorBase && _participant ? _participant.id : colorBase + colorBase }; }