Fix swap input form for jup pkg v22

This commit is contained in:
tjs 2022-04-29 14:57:13 -04:00
parent fc37663268
commit 4958d4a40e
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ const JupiterForm: FunctionComponent = () => {
setFormValue((val) => ({
...val,
amount: newValue,
amount: Number(newValue),
}))
}}
/>