From 36bf7f52a64e45e1177b8ee62fc636b3cb11bb2e Mon Sep 17 00:00:00 2001 From: amontenegro Date: Thu, 28 Jul 2022 16:37:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20GITHUB=20ACTIONS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../work-contributor-role/work-contributor-roles.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/record/components/work-contributor-role/work-contributor-roles.component.ts b/src/app/record/components/work-contributor-role/work-contributor-roles.component.ts index 08758c3b5c..6fb1495834 100644 --- a/src/app/record/components/work-contributor-role/work-contributor-roles.component.ts +++ b/src/app/record/components/work-contributor-role/work-contributor-roles.component.ts @@ -144,7 +144,8 @@ export class WorkContributorRolesComponent implements OnInit { private getRecordHolderContribution(): Contributor { return this.contributors?.find( (c) => - c?.contributorOrcid?.path === this.userRecord?.userInfo?.EFFECTIVE_USER_ORCID + c?.contributorOrcid?.path === + this.userRecord?.userInfo?.EFFECTIVE_USER_ORCID ) } }