Fix initials avatar

This commit is contained in:
Adina Țeudan 2021-07-01 00:40:51 +03:00
parent 0a61c36e14
commit 637a980c87

View File

@ -63,7 +63,7 @@ export class InitialsAvatarComponent implements OnChanges {
return;
}
this.user = this._userService.getRedUserById(this.userId);
this.user = this._userService.getUserById(this.userId);
this.displayName = this._userService.getNameForId(this.userId);
if (this.showYou && this._isCurrentUser) {