Skip to content

Commit

Permalink
fix: Remove header link from my-orcid page
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPalafox committed Nov 28, 2023
1 parent 831d6d1 commit debe7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/header/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}` ||
Expand Down

0 comments on commit debe7c5

Please sign in to comment.