Skip to content
Snippets Groups Projects
Commit 9662f7e7 authored by Augustin LECONTE's avatar Augustin LECONTE Committed by Hugo SUBTIL
Browse files

fix: missing label on footer button

parent b71418e4
No related branches found
No related tags found
2 merge requests!2201.14,!219fix/footer-button
......@@ -30,7 +30,7 @@
</svg>
{{ btnName[1] }}
</div>
<div *ngIf="btnName[1] == 'Suivant'" class="rowBtn" fxLayout="row" fxLayoutAlign="center center">
<div *ngIf="btnName[1] != 'Imprimer'" class="rowBtn" fxLayout="row" fxLayoutAlign="center center">
{{ btnName[1] }}
<svg class="chevronRight" aria-hidden="true">
<use [attr.xlink:href]="'assets/form/sprite.svg#chevronRight'"></use>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment