[accelerator] check for input replaceability

This commit is contained in:
Mononaut
2024-07-01 07:28:25 +00:00
parent c71a0afe1f
commit e35ac6e1a2
4 changed files with 54 additions and 31 deletions

View File

@@ -147,7 +147,7 @@
<ng-container *ngIf="(ETA$ | async) as eta;">
<app-accelerate-checkout
*ngIf="(da$ | async) as da;"
[cashappEnabled]="accelerationEligible"
[cashappEnabled]="cashappEligible"
[advancedEnabled]="true"
[tx]="tx"
[eta]="eta"