Skip to content
Snippets Groups Projects
Commit 3680170c authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-4949 Fix user-icon revert

parent 057ea597
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ export class UserIconComponent { ...@@ -71,7 +71,7 @@ export class UserIconComponent {
} }
get errorMessageCode(): string { get errorMessageCode(): string {
return this.userProfileStateResource.error?.issues[0].messageCode; return this.userProfileStateResource.error?.issues[0]?.messageCode;
} }
get initials(): string { get initials(): string {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment