diff --git a/src/components/ZapWindow.tsx b/src/components/ZapWindow.tsx index e670b01..2580eff 100644 --- a/src/components/ZapWindow.tsx +++ b/src/components/ZapWindow.tsx @@ -510,6 +510,16 @@ export function ZapWindow({ )} + {/* Amount Preview */} + {(selectedAmount || customAmount) && ( +
+
+ {formatAmount(selectedAmount || parseInt(customAmount))} +
+
sats
+
+ )} + {/* Invoice */}