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