Skip to content
Merged
Changes from all commits
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
fix: TTL-795-fix-customers-table-remove-duplicated-subscription
  • Loading branch information
Nicole Garcia committed Feb 8, 2023
commit 72735047862e14a30320f0db620b0a24bfa27a90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</tr>
</thead>
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>
<tbody *ngIf="(isLoading$ | async) === false">
<tbody>
<tr class="d-flex" *ngFor="let customer of customers">
<td class="col-4 text-break">{{ customer.id }}</td>
<td class="col-4 text-break">{{ customer.name }}</td>
Expand Down