Skip to content

Commit

Permalink
Fix: removed Amount zero check
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshRawat1 authored Dec 26, 2023
1 parent 4e03b51 commit f66ff1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/screens/ReceiveInvoice/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ function ReceiveInvoice() {
loading={loadingInvoice}
disabled={
loadingInvoice ||
!formData.amount ||
formData.amount === "0"
!formData.amount
}
/>
</Container>
Expand Down

0 comments on commit f66ff1e

Please sign in to comment.