diff --git a/app/components/UI/FiatOnRampAggregator/Views/Quotes/Quotes.tsx b/app/components/UI/FiatOnRampAggregator/Views/Quotes/Quotes.tsx index ab01ef63ee64..f3a954b38114 100644 --- a/app/components/UI/FiatOnRampAggregator/Views/Quotes/Quotes.tsx +++ b/app/components/UI/FiatOnRampAggregator/Views/Quotes/Quotes.tsx @@ -372,7 +372,7 @@ function Quotes() { payment_method_id: selectedPaymentMethodId as string, chain_id_destination: selectedChainId, error_message: quote.message, - amount: params.amount as number, + amount: params.amount, }), ); }