diff --git a/src/routes/Send.tsx b/src/routes/Send.tsx index e72b3ced..0590163e 100644 --- a/src/routes/Send.tsx +++ b/src/routes/Send.tsx @@ -515,7 +515,8 @@ export function Send() { amountSats(), zapNpub, // zap_npub tags, - comment // comment + comment, // comment + zapNpub ? "Anonymous" : undefined ); sentDetails.payment_hash = payment?.payment_hash;