diff --git a/src/app/components/WalletPay.svelte b/src/app/components/WalletPay.svelte index 57b48307..95561dd3 100644 --- a/src/app/components/WalletPay.svelte +++ b/src/app/components/WalletPay.svelte @@ -1,7 +1,7 @@ @@ -66,34 +65,27 @@ {#if invoice}
- {#if $session?.wallet?.type === "webln" && !hasAmount} -

- Uh oh! It looks like your current wallet doesn't support invoices without an amount. See - if you can get a lightning invoice with a pre-set amount. -

- {:else} - - {#snippet label()} - Amount (satoshis) - {/snippet} - {#snippet input()} -
- -
- {/snippet} -
-

- You're about to pay a bitcoin lightning invoice with the following description: - {invoice.description || "[no description]"}" -

- {/if} + + {#snippet label()} + Amount (satoshis) + {/snippet} + {#snippet input()} +
+ +
+ {/snippet} +
+

+ You're about to pay a bitcoin lightning invoice with the following description: + {invoice.description || "[no description]"}" +

{:else} @@ -107,13 +99,7 @@ Go back -