diff --git a/src/app/layout/header/header.component.ts b/src/app/layout/header/header.component.ts index eb039c74ec..ab85facefa 100644 --- a/src/app/layout/header/header.component.ts +++ b/src/app/layout/header/header.component.ts @@ -71,7 +71,7 @@ export class HeaderComponent implements OnInit { this.signinRegisterButton = path !== `/${ApplicationRoutes.signin}` this.hideMainMenu = ORCID_REGEXP.test(path) || - path === `/${ApplicationRoutes.myOrcid}` || + path.indexOf(`/${ApplicationRoutes.myOrcid}`) !== -1 || path === `/${ApplicationRoutes.account}` || path === `/${ApplicationRoutes.trustedParties}` || path === `/${ApplicationRoutes.selfService}` ||