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 66c1867 commit 55b192bCopy full SHA for 55b192b
src/app/modules/reports/components/time-entries-table/time-entries-table.component.html
@@ -62,9 +62,9 @@
62
</td>
63
<td class="col lg-scroll">{{ entry.description }}</td>
64
<td class="col lg-scroll">
65
- <ng-container *ngIf="entry.technologies.length > 0">
+ <ng-container *ngIf="entry.technologies">
66
<div *ngFor="let technology of entry.technologies" class="badge bg-secondary text-wrap">
67
- {{ technology }}
+ {{ technology }}
68
</div>
69
</ng-container>
70
0 commit comments