Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: TT-344 fix bug from sonarcloud
  • Loading branch information
bytesantiago committed Sep 21, 2021
commit 865a6d39bd31d5d43ba783852017b7296be83da4
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
[dtTrigger]="dtTrigger"
[dtOptions]="dtOptions"
*ngIf="(timeEntriesDataSource$ | async) as dataSource">
<caption></caption>
<thead class="thead-blue">
<tr class="d-flex">
<th class="col">Date</th>
Expand Down