diff --git a/src/components/scenes/SendScene2.tsx b/src/components/scenes/SendScene2.tsx index 51924437679..8c1d64a62b6 100644 --- a/src/components/scenes/SendScene2.tsx +++ b/src/components/scenes/SendScene2.tsx @@ -322,6 +322,7 @@ const SendComponent = (props: Props) => { }) const handleFlipInputModal = (index: number, spendTarget: EdgeSpendTarget) => () => { + const { noChangeMiningFee } = getSpecialCurrencyInfo(pluginId) Airship.show(bridge => ( { forceField={fieldChanged} onAmountsChanged={handleAmountsChanged(spendTarget)} onMaxSet={handleSetMax(index)} - onFeesChange={handleFeesChange} + onFeesChange={noChangeMiningFee ? undefined : handleFeesChange} wallet={coreWallet} tokenId={tokenId} feeNativeAmount={feeNativeAmount} @@ -480,7 +481,11 @@ const SendComponent = (props: Props) => { const feeSyntaxStyle = transactionFee.fiatStyle return ( - + {processingAmountChanged ? (