Fix swap input form for jup pkg v22
This commit is contained in:
parent
fc37663268
commit
4958d4a40e
|
@ -552,7 +552,7 @@ const JupiterForm: FunctionComponent = () => {
|
|||
|
||||
setFormValue((val) => ({
|
||||
...val,
|
||||
amount: newValue,
|
||||
amount: Number(newValue),
|
||||
}))
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue