From 118b3afa265b13db26226f2ddd014aa59290acc0 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 22 Oct 2018 17:41:13 +0100 Subject: [PATCH] lint fix --- .../process-list/components/start-process.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/process-services/process-list/components/start-process.component.ts b/lib/process-services/process-list/components/start-process.component.ts index 0027f5bdda..2a790cb18e 100644 --- a/lib/process-services/process-list/components/start-process.component.ts +++ b/lib/process-services/process-list/components/start-process.component.ts @@ -165,7 +165,7 @@ export class StartProcessInstanceComponent implements OnChanges, OnInit { if (!this.isProcessDefinitionsEmpty()) { - if (this.processDefinitions.length == 1) { + if (this.processDefinitions.length === 1) { this.selectedProcessDef = this.processDefinitions[0]; }