Skip to content

Commit

Permalink
Empty orders list fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoumpierre committed Aug 6, 2018
1 parent 7d747e1 commit 4a39c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/orders/index/orders.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
</ion-item>
</ion-col>

<ion-col *ngIf="loaded && orders.length == 0" class="list-item no-items">
<ion-item>
<ion-col *ngIf="loaded && orders.length == 0">
<ion-item class="list-item no-items">
Nenhum pedido realizado
</ion-item>
</ion-col>
Expand Down

0 comments on commit 4a39c58

Please sign in to comment.