diff --git a/packages/blockchain-wallet-v4-frontend/src/modals/Interest/DepositForm/template.success.tsx b/packages/blockchain-wallet-v4-frontend/src/modals/Interest/DepositForm/template.success.tsx index a3496f34f5c..61c7cd9ce3c 100644 --- a/packages/blockchain-wallet-v4-frontend/src/modals/Interest/DepositForm/template.success.tsx +++ b/packages/blockchain-wallet-v4-frontend/src/modals/Interest/DepositForm/template.success.tsx @@ -278,7 +278,10 @@ const DepositForm: React.FC & Props> = props => { values={{ minFiat: displayCoin ? depositLimits.minCoin - : maxDepositFiat + : fiatToString({ + value: depositLimits.minFiat, + unit: walletCurrency + }) }} /> )}