diff --git a/src/app/researcher/researcher.component.ts b/src/app/researcher/researcher.component.ts index 8f7d1e7..4e280dc 100644 --- a/src/app/researcher/researcher.component.ts +++ b/src/app/researcher/researcher.component.ts @@ -124,7 +124,7 @@ export class ResearcherComponent extends ResearcherBaseComponent implements OnI ]); this.title = name; this.description = name; - this.setProperties(this.orcid, "researcher", this.configurationService); + this.setProperties(this.authorId, "researcher", this.configurationService); LinksResolver.resetProperties(); LinksResolver.setSearchAndResultLanding("researcher/" + this.authorId); this.setMetadata();