refactor: temporarily remove cancel loan button

Closes #325
This commit is contained in:
Jovan Krunić
2022-10-28 16:15:33 +02:00
committed by Rainer Killinger
parent 44b6a4aea0
commit 18ab92909d

View File

@@ -39,13 +39,14 @@
</p> </p>
</ng-container> </ng-container>
<span class="ion-float-right"> <span class="ion-float-right">
<ion-button <!-- TODO: Add "cancel button" when functionality ready for production-->
*ngIf="item.cancancel" <!-- <ion-button-->
color="primary" <!-- *ngIf="item.cancancel"-->
(click)="onClick('cancel')" <!-- color="primary"-->
> <!-- (click)="onClick('cancel')"-->
{{ 'library.account.actions.cancel.header' | translate }}</ion-button <!-- >-->
> <!-- {{ 'library.account.actions.cancel.header' | translate }}</ion-button-->
<!-- >-->
<ion-button <ion-button
*ngIf="item.canrenew" *ngIf="item.canrenew"
color="primary" color="primary"