Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Nov 29, 2023
1 parent 92b9add commit aff2e68
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,12 @@ export class PageListComponent implements OnInit {
this.topbarService.setBackButton(
new BackButton(
BackButton.TYPE_LINK,
environment.platformIsLive ? 'TOPBAR_BACK_BUTTON_LABEL_INTEGRATIES' : 'TOPBAR_BACK_BUTTON_LABEL_PROJECTAANVRAGEN',
environment.platformIsLive ? environment.platformUrl : environment.projectaanvraagDashboardUrl
environment.platformIsLive
? 'TOPBAR_BACK_BUTTON_LABEL_INTEGRATIES'
: 'TOPBAR_BACK_BUTTON_LABEL_PROJECTAANVRAGEN',
environment.platformIsLive
? environment.platformUrl
: environment.projectaanvraagDashboardUrl
)
);
}
Expand Down

0 comments on commit aff2e68

Please sign in to comment.