Skip to content
Snippets Groups Projects
Commit 7a998523 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix display sign list

parent 8f3227fa
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@
</mat-form-field>
</div>
</div>
<fieldset *ngIf="profileInfo.substitute != null">
<fieldset *ngIf="profileInfo.substitute != null && signaturesService.signaturesList.length > 0">
<legend align="left">{{'lang.signSubstituted' | translate}} :</legend>
<ng-container>
<button type="button" class="signListButton" mat-stroked-button *ngFor="let signature of signaturesService.signaturesList; let i=index" (click)="toggleSignature(i)" [class.selected]="signature.substituted"><img [src]="sanitizer.bypassSecurityTrustUrl('data:image/png;base64,' + signature.encodedSignature)"/></button>
......
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