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 4d54b9f commit 2188564Copy full SHA for 2188564
src/app/modules/reports/components/time-entries-table/time-entries-table.component.html
@@ -51,8 +51,8 @@
51
<td class="col lg-col">{{ entry.description }}</td>
52
<td class="col lg-col">
53
<ng-container *ngIf="entry.technologies.length > 0">
54
- <div *ngFor="let techology of entry.technologies" class="badge bg-secondary text-wrap">
55
- {{ techology }}
+ <div *ngFor="let technology of entry.technologies" class="badge bg-secondary text-wrap">
+ {{ technology }}
56
</div>
57
</ng-container>
58
</td>
0 commit comments