Commit 09655c3ece96a94ebdeba33cd43cabf2d62cd263
Exists in
develop
Merge branch 'master' into 'develop'
Master(benjamin) See merge request !27
Showing
1 changed file
Show diff stats
src/app/modules/pedidos-salientes/pedidos-salientes.component.html
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 | <h5>TU PEDIDO</h5> |
17 | 17 | <div |
18 | 18 | *ngFor="let pedido of pedidosPendientes; let i = index" |
19 | - [hidden]="i == 0 || i > 4" | |
19 | + [hidden]="i > 3" | |
20 | 20 | class="font-weight-bold mb-2 text-muted"> |
21 | 21 | <h1 class="display-4">{{rellenar(pedido.id.toString().slice(1), 2)}}</h1> |
22 | 22 | </div> |