Skip to content

Commit

Permalink
Merge pull request #821 from divaprotocol/818-bug-remove-max-liquidit…
Browse files Browse the repository at this point in the history
…y-doesnt-clear-the-input-field

fix max liquidity error
  • Loading branch information
Walodja1987 authored Aug 21, 2023
2 parents 066d254 + 43d8c06 commit c094db1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/diva-app/src/component/Liquidity/RemoveLiquidity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ export const RemoveLiquidity = ({ pool }: Props) => {
} catch (err) {
setLoading(false)
console.error(err)
} finally {
setTextFieldValue('')
}
}

Expand Down

0 comments on commit c094db1

Please sign in to comment.