Commit 5922cb62b4c70f212bf489c62141e0899839d571
1 parent
98909d6d41
Exists in
develop
arreglo de commit
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/modules/comanda/comanda.component.html
... | ... | @@ -59,11 +59,11 @@ |
59 | 59 | </p> |
60 | 60 | </div> |
61 | 61 | </div> |
62 | - <!-- <blockquote | |
62 | + <blockquote | |
63 | 63 | *ngIf="detalle.comentario"> |
64 | 64 | <p class="text-muted font-italic px-4" *ngIf="comanda.estado === 1"><small>{{detalle.comentario}}</small></p> |
65 | 65 | <p class="text-white font-italic px-4" *ngIf="comanda.estado !== 1"><small>{{detalle.comentario}}</small></p> |
66 | - </blockquote> --> | |
66 | + </blockquote> | |
67 | 67 | </div> |
68 | 68 | <!-- BOTONES --> |
69 | 69 | <button |