Fix initials avatar
This commit is contained in:
parent
0a61c36e14
commit
637a980c87
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user