diff --git a/src/app/components/WalletReceive.svelte b/src/app/components/WalletReceive.svelte index c9f9501e..8f04b57e 100644 --- a/src/app/components/WalletReceive.svelte +++ b/src/app/components/WalletReceive.svelte @@ -2,6 +2,7 @@ import {Invoice} from "@getalby/lightning-tools/bolt11" import AltArrowLeft from "@assets/icons/alt-arrow-left.svg?dataurl" import Bolt from "@assets/icons/bolt.svg?dataurl" + import Refresh from "@assets/icons/refresh.svg?dataurl" import Button from "@lib/components/Button.svelte" import FieldInline from "@lib/components/FieldInline.svelte" import Icon from "@lib/components/Icon.svelte" @@ -57,8 +58,6 @@ let loading = $state(false) let invoice: Invoice | undefined = $state() let sats = $state(10) - - const invoiceHasAmount = $derived((invoice?.satoshi ?? 0) > 0) @@ -73,10 +72,6 @@

Scan with your wallet, or click to copy.

-

- Share this invoice to receive {sats} satoshis - {invoiceHasAmount ? "" : " (payer chooses the exact amount)"}. -

{:else}
@@ -103,7 +98,10 @@ Go back {#if invoice} - + {:else}