refactor: temporarily remove cancel loan button

Closes #325
This commit is contained in:
Jovan Krunić
2022-11-01 13:59:48 +00:00
committed by Rainer Killinger
parent 44b6a4aea0
commit 18ab92909d
@@ -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"