diff --git a/explore/src/app/app.component.ts b/explore/src/app/app.component.ts index 81a17d9b..54411547 100644 --- a/explore/src/app/app.component.ts +++ b/explore/src/app/app.component.ts @@ -66,9 +66,7 @@ export class AppComponent { private router: Router, private userManagementService: UserManagementService, private configurationService: ConfigurationService, private _meta: Meta) { this.userMenuItems.push(new MenuItem("", "My profile", "", "", false, [], [], {})); - if(properties.environment != "production") { - this.userMenuItems.push(new MenuItem("", "My ORCID links", "", "/my-orcid-links", false, [], [""], {})); - } + this.userMenuItems.push(new MenuItem("", "My ORCID links", "", "/my-orcid-links", false, [], [""], {})); this.userMenuItems.push(new MenuItem("", "My links", "", "/myclaims", false, [], ["/myclaims"], {})); this.subscriptions.push(router.events.forEach((event) => {