fix: recalculation is not happening when changing amounts in custom bridge flow

Fixes: #15699
This commit is contained in:
Sale Djenic 2024-07-23 09:39:32 +02:00 committed by saledjenic
parent 9d441fcff9
commit 989e5a90e6
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ StatusDialog {
interactive: popup.interactive
selectedRecipient: popup.preSelectedRecipient
ensAddressOrEmpty: recipientInputLoader.resolvedENSAddress
amountToSend: amountToSend.cryptoValueToSendFloat
amountToSend: amountToSend.asNumber
minSendCryptoDecimals: amountToSend.minSendCryptoDecimals
minReceiveCryptoDecimals: amountToSend.minReceiveCryptoDecimals
selectedAsset: d.selectedHolding