fix: display loaded input amount (#3451)

This commit is contained in:
Zach Pomerantz 2022-03-08 06:57:51 -08:00 committed by GitHub
parent d989c61de5
commit ab3f024031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@ export default function Input({ disabled, focused }: InputProps) {
const amount = useFormattedFieldAmount({
disabled,
currencyAmount: inputCurrencyAmount,
currencyAmount: swapInputCurrencyAmount,
fieldAmount: swapInputAmount,
})