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.
1 parent c8b2212 commit 73d0a85Copy full SHA for 73d0a85
src/app/applications/applications-list/applications-table/applications-table.component.html
@@ -75,7 +75,7 @@
75
{{'APPLICATION-TABLE.STATUS' | translate}}
76
</th>
77
<td mat-cell *matCellDef="let application">
78
- {{'APPLICATION.STATUS.' + application.status | translate}}
+ {{application.status ? ('APPLICATION.STATUS.' + application.status | translate) : '-'}}
79
</td>
80
</ng-container>
81
0 commit comments