diff --git a/src/routes/Send.tsx b/src/routes/Send.tsx index 0cf91bd..94dab36 100644 --- a/src/routes/Send.tsx +++ b/src/routes/Send.tsx @@ -509,13 +509,12 @@ export function Send() { visibility() !== "Not Available" && contact()?.npub ? contact()?.npub : undefined; - const comment = zapNpub ? whatForInput() : undefined; const payment = await state.mutiny_wallet?.lnurl_pay( lnurlp()!, amountSats(), zapNpub, // zap_npub tags, - comment, // comment + whatForInput(), // comment visibility() ); sentDetails.payment_hash = payment?.payment_hash;