This commit is contained in:
Peter Maquiran
2021-11-16 17:03:34 +01:00
parent d9593fa592
commit 562e405f19
5 changed files with 13 additions and 12 deletions
@@ -110,7 +110,7 @@
<div *ngSwitchCase="'parecer'" class="centered-div" >
<div
*ngIf="!skeletonLoader && pedidosstore.listparecer.length == 0"
*ngIf=" pedidosstore.listparecer.length == 0"
class="empty-list d-flex height-100 align-center justify-content-center"
>
<span>Lista vazia</span>
@@ -119,7 +119,7 @@
<div *ngSwitchCase="'deferimento'" class="centered-div">
<div
*ngIf="!skeletonLoader && pedidosstore.listdeferimento.length == 0"
*ngIf="pedidosstore.listdeferimento.length == 0"
class="empty-list d-flex height-100 align-center justify-content-center"
>
<span>Lista vazia</span>