Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Jul 28, 2022
1 parent f27c6cd commit 36bf7f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
}
}

0 comments on commit 36bf7f5

Please sign in to comment.