diff --git a/pages/receive/Receive.tsx b/pages/receive/Receive.tsx index 18c7f50..177fd2f 100644 --- a/pages/receive/Receive.tsx +++ b/pages/receive/Receive.tsx @@ -101,7 +101,7 @@ export function Receive() { polling && pollCount > 0 && receivedTransaction.payment_hash !== - prevTransaction?.payment_hash + prevTransaction?.payment_hash ) { if ( !invoiceRef.current || @@ -176,7 +176,10 @@ export function Receive() { return ( <> - + {!enterCustomAmount && !invoice && !lightningAddress && ( <>