Skip to content

Commit 7273504

Browse files
author
Nicole Garcia
committed
fix: TTL-795-fix-customers-table-remove-duplicated-subscription
1 parent 14b1b72 commit 7273504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/customer-management/components/customer-info/components/customer-list/customer-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</tr>
1616
</thead>
1717
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>
18-
<tbody *ngIf="(isLoading$ | async) === false">
18+
<tbody>
1919
<tr class="d-flex" *ngFor="let customer of customers">
2020
<td class="col-4 text-break">{{ customer.id }}</td>
2121
<td class="col-4 text-break">{{ customer.name }}</td>

0 commit comments

Comments
 (0)