From d531769f1fdccc5acce4b9978029f440ab369c61 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 19 Jan 2026 15:23:45 +0000 Subject: [PATCH] style: remove "Waiting for payment..." text from receive dialog The QR code overlay spinner already indicates payment checking status. --- src/components/WalletViewer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/WalletViewer.tsx b/src/components/WalletViewer.tsx index 74448f3..1f1d48c 100644 --- a/src/components/WalletViewer.tsx +++ b/src/components/WalletViewer.tsx @@ -1630,7 +1630,6 @@ export default function WalletViewer() { Receive Payment Generate a Lightning invoice to receive sats. - {checkingPayment && " Waiting for payment..."}