Skip to content

Commit 91686d7

Browse files
committed
fix: TT-144-Problems with failed tests solved
1 parent 033b96d commit 91686d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/time-entries/pages/time-entries.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<th class="col">Customer</th>
2626
<th class="col">Project</th>
2727
<th class="col">Activity</th>
28-
<th class="col">Options</th>
28+
<th class="col"></th>
2929
</tr>
3030
</thead>
3131
<app-loading-bar *ngIf="dataSource.isLoading"></app-loading-bar>

0 commit comments

Comments
 (0)