diff --git a/src/components/WalletViewer.tsx b/src/components/WalletViewer.tsx index bd988a2..7034f14 100644 --- a/src/components/WalletViewer.tsx +++ b/src/components/WalletViewer.tsx @@ -926,10 +926,7 @@ export default function WalletViewer() { {walletInfo?.alias || "Lightning Wallet"} -
-
- Connected -
+
{/* Right: Info Dropdown, Refresh, Disconnect */} @@ -974,6 +971,16 @@ export default function WalletViewer() { />
)} + {state.nwcConnection?.lud16 && ( +
+ + Lightning Address + + + {state.nwcConnection.lud16} + +
+ )}