fix: display loaded input amount (#3451)
This commit is contained in:
parent
d989c61de5
commit
ab3f024031
@ -105,7 +105,7 @@ export default function Input({ disabled, focused }: InputProps) {
|
||||
|
||||
const amount = useFormattedFieldAmount({
|
||||
disabled,
|
||||
currencyAmount: inputCurrencyAmount,
|
||||
currencyAmount: swapInputCurrencyAmount,
|
||||
fieldAmount: swapInputAmount,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user