fixed user profile update and file workload issue
This commit is contained in:
parent
8fb02f60c7
commit
718abab5b7
@ -46,7 +46,7 @@ export class InitialsAvatarComponent implements OnChanges {
|
|||||||
return this.user && this._userService.userId === this.user.userId;
|
return this.user && this._userService.userId === this.user.userId;
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnChanges(changes: SimpleChanges): void {
|
ngOnChanges(): void {
|
||||||
const isSystemUser = this.userId && this.userId.toLowerCase() === 'system';
|
const isSystemUser = this.userId && this.userId.toLowerCase() === 'system';
|
||||||
if (isSystemUser) {
|
if (isSystemUser) {
|
||||||
this.displayName = 'System';
|
this.displayName = 'System';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user