diff --git a/src/lib/components/Swap/Input.tsx b/src/lib/components/Swap/Input.tsx index eb6b45f1a9..f780a96d34 100644 --- a/src/lib/components/Swap/Input.tsx +++ b/src/lib/components/Swap/Input.tsx @@ -105,7 +105,7 @@ export default function Input({ disabled, focused }: InputProps) { const amount = useFormattedFieldAmount({ disabled, - currencyAmount: inputCurrencyAmount, + currencyAmount: swapInputCurrencyAmount, fieldAmount: swapInputAmount, })