This commit is contained in:
Peter Maquiran
2021-07-17 14:31:14 +01:00
parent b1c165bf87
commit 6b883fbfb1
9 changed files with 79 additions and 36 deletions
@@ -23,7 +23,7 @@
<div class="overflow-y-auto height-100 width-100">
<ion-progress-bar type="indeterminate" *ngIf="skeletonLoader"></ion-progress-bar>
<div >
<div *ngIf="despachoList.length == 0">
<ion-list part="divo">
<ion-item
class="expediente ion-no-padding cursor-pointer"
@@ -83,6 +83,7 @@
</ion-item>
</ion-list>
</div>
</div>