Browse Source

Make the compile happy.

pull/447/head
Sebastian 6 years ago
parent
commit
5658e2e142
  1. 4
      frontend/app/features/content/shared/content-list-field.component.ts

4
frontend/app/features/content/shared/content-list-field.component.ts

@ -57,8 +57,8 @@ import {
</span> </span>
</ng-container> </ng-container>
<ng-container *ngSwitchCase="metaFields.statusNext"> <ng-container *ngSwitchCase="metaFields.statusNext">
<span class="truncate" *ngIf="content.scheduleJob"> <span class="truncate" *ngIf="content.scheduleJob; let job">
{{content.scheduleJob.status}} at {{content.scheduleJob.dueTime | sqxShortDate}} {{job.status}} at {{job.dueTime | sqxShortDate}}
</span> </span>
</ng-container> </ng-container>
<ng-container *ngSwitchCase="metaFields.statusColor"> <ng-container *ngSwitchCase="metaFields.statusColor">

Loading…
Cancel
Save