diff --git a/src/frontend/app/signature-book.component.html b/src/frontend/app/signature-book.component.html index 00d100682cca61db4389e8b29b5b8bc243dbe74d..9b92049b3b140bc5b7258112234c271326d8feb1 100755 --- a/src/frontend/app/signature-book.component.html +++ b/src/frontend/app/signature-book.component.html @@ -268,7 +268,7 @@ </span> <i *ngIf="loadingSign" class="fa fa-spinner fa-pulse fa-2x fa-fw"></i> </span> - <span *ngIf="signatureBook.attachments[rightSelectedThumbnail].status == 'SIGN' && signatureBook.attachments[rightSelectedThumbnail].recipient_id === this.userId; else elseBlock" + <span *ngIf="signatureBook.attachments[rightSelectedThumbnail].status == 'SIGN' && signatureBook.attachments[rightSelectedThumbnail].idTypist === this.userId; else elseBlock" (click)="unsignFile(signatureBook.attachments[rightSelectedThumbnail])" style="cursor: pointer;color: green;"> <i title="{{'lang.unsign' | translate}}" class="fa fa-check fa-2x" aria-hidden="true"></i>