Skip to content

Commit

Permalink
String zero replaced by empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
Walodja1987 committed Aug 19, 2023
1 parent 3cd5f22 commit 43d8c06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export const RemoveLiquidity = ({ pool }: Props) => {
setLoading(false)
console.error(err)
} finally {
setTextFieldValue('0')
setTextFieldValue('')
}
}

Expand Down

0 comments on commit 43d8c06

Please sign in to comment.