diff --git a/src/app/trusted-summary/pages/trusted-summary/trusted-summary.component.ts b/src/app/trusted-summary/pages/trusted-summary/trusted-summary.component.ts index 9be35f02d0..718f239eba 100644 --- a/src/app/trusted-summary/pages/trusted-summary/trusted-summary.component.ts +++ b/src/app/trusted-summary/pages/trusted-summary/trusted-summary.component.ts @@ -67,7 +67,6 @@ export class TrustedSummaryComponent implements OnInit, OnDestroy { this.orcid = this._router.url.split('/')[1] this._trustedSummary.getSummary(this.orcid).subscribe((data) => { this.trustedSummary = data - this.trustedSummary.orcid = 'http://localhost:4200/0000-0002-6108-9550' if (this.trustedSummary.selfAssertedWorks) { this.works.push({ verified: false,