{#if letterSent} Letter sent to {recipients.join(', ')}. {/if} {#if !isSending}
{#each recipients as r} recipients = recipients.filter((recipient) => recipient !== r)} /> {/each}
{#if recipients.length < 2}
{#if tokenInfoError && stamp.length > 0}

{tokenInfoError}

{:else if tokenInfo && stamp.length > 0}

{tokenInfo.amount} sats

{/if} {/if}
{/if}