Skip to content

Commit

Permalink
fix(interest): withdraw disabled if account balance is 0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 26, 2020
1 parent 1b1a074 commit b947947
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ const AccountSummary: React.FC<Props> = props => {
<Bottom>
<ButtonContainer>
<Button
disabled={account && account.balance <= 0}
data-e2e='borrowCancel'
fullwidth
height='48px'
Expand Down

0 comments on commit b947947

Please sign in to comment.