Skip to content

Commit 89f9f8d

Browse files
committed
fix: TT-364 remove duplicated message not data available
1 parent dba2a12 commit 89f9f8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@
6060
<th class="col"></th>
6161
</tr>
6262
</thead>
63-
<tr *ngIf="dataSource.isLoading">
64-
<td class="text-center" colspan="7">{{NO_DATA_MESSAGE}}</td>
65-
</tr>
6663
<app-loading-bar *ngIf="dataSource.isLoading"></app-loading-bar>
6764
<tbody *ngIf="!dataSource.isLoading">
6865
<tr *ngIf="!dataSource?.data.length">

0 commit comments

Comments
 (0)