Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Dec 24, 2023
1 parent 2fc6cd2 commit 24a19fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export function WalletSendScreenValue(props: {
const valued = Fixed.fromString(input, tokenData.decimals).div(maybeTokenPrice)

if (valued.value === 0n) {
setRawPricedInput(undefined)
setRawValueInput(undefined)
return
}

Expand Down

0 comments on commit 24a19fe

Please sign in to comment.