Skip to content
Closed
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-785 customer list break
  • Loading branch information
Nicole Garcia committed Dec 19, 2022
commit cb1aed3f20494d941334fb357e44736603ea7d72
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