We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32140cc + 7844e32 commit d96febbCopy full SHA for d96febb
src/app/applications/applications-list/applications-table/applications-table.component.html
@@ -39,7 +39,7 @@
39
<td *matCellDef="let application" mat-cell>
40
<div class="options-container">
41
<app-option-field
42
- [title]="'APPLICATION.STATUS.' + application.status | translate"
+ [title]="'APPLICATION.STATUS.' + (application.status ?? 'NONE') | translate"
43
[type]="application.status === 'IN-OPERATION' ? 'warning' : 'default'"
44
/>
45
</div>
0 commit comments