diff --git a/demo-shell-ng2/app/components/activiti/activiti-demo.component.html b/demo-shell-ng2/app/components/activiti/activiti-demo.component.html index 6d722b311e..bd44038472 100644 --- a/demo-shell-ng2/app/components/activiti/activiti-demo.component.html +++ b/demo-shell-ng2/app/components/activiti/activiti-demo.component.html @@ -9,7 +9,7 @@ (click)="onTaskClicked(task, $event)"> launch - {{task.name}} + {{task.name || 'Nameless task'}}