Skip to content

Commit

Permalink
fix(account transfer): disable Transfer button when amount is not valid
Browse files Browse the repository at this point in the history
  • Loading branch information
heorhi-deriv committed Aug 23, 2022
1 parent 8062040 commit 2ca43d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ const AccountTransferForm = ({
!+selected_from.balance ||
!!converter_from_error ||
!!converter_to_error ||
!!errors.amount ||
shouldShowTransferButton(values.amount)
}
primary
Expand Down

0 comments on commit 2ca43d3

Please sign in to comment.