|
|
|
@@ -74,7 +74,7 @@ export class UserDetailComponent implements OnInit, AfterViewInit { |
|
|
|
setIsCurrentUser() { |
|
|
|
if (this.accountService.userValue?.userResource) { |
|
|
|
let user = this.accountService.userValue?.userResource; |
|
|
|
this.isCurrentUser = this.user.id == user?.id; |
|
|
|
this.isCurrentUser = this.appHelperService.extractId(this.user.id) == user?.id; |
|
|
|
} |
|
|
|
} |
|
|
|
} |