mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
lint fix
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user