diff --git a/src/app/screens/ReceiveInvoice/index.tsx b/src/app/screens/ReceiveInvoice/index.tsx index 5460dc8472..787ba6a599 100644 --- a/src/app/screens/ReceiveInvoice/index.tsx +++ b/src/app/screens/ReceiveInvoice/index.tsx @@ -266,7 +266,7 @@ function ReceiveInvoice() { fullWidth primary loading={loadingInvoice} - disabled={loadingInvoice} + disabled={loadingInvoice || !formData.amount} />