From aff2e684653b830159f3f1a62931638c5657cf15 Mon Sep 17 00:00:00 2001 From: JonasVHG <4658984+JonasVHG@users.noreply.github.com> Date: Wed, 29 Nov 2023 14:51:33 +0100 Subject: [PATCH] linting --- .../components/page-list/page-list.component.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/widget-builder/components/page-list/page-list.component.ts b/src/app/widget-builder/components/page-list/page-list.component.ts index d90621a..3b55a3c 100644 --- a/src/app/widget-builder/components/page-list/page-list.component.ts +++ b/src/app/widget-builder/components/page-list/page-list.component.ts @@ -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 ) ); }