fix(Avatar): Calculate avatar color based on display name
This commit is contained in:
parent
3c5017a66a
commit
08fb232627
|
@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue