Commit ab3f0240 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: display loaded input amount (#3451)

parent d989c61d
......@@ -105,7 +105,7 @@ export default function Input({ disabled, focused }: InputProps) {
const amount = useFormattedFieldAmount({
disabled,
currencyAmount: inputCurrencyAmount,
currencyAmount: swapInputCurrencyAmount,
fieldAmount: swapInputAmount,
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment