diff --git a/src/components/AssociateBitcoinAddress.svelte b/src/components/AssociateBitcoinAddress.svelte index 0850d4c..958e92d 100644 --- a/src/components/AssociateBitcoinAddress.svelte +++ b/src/components/AssociateBitcoinAddress.svelte @@ -83,15 +83,16 @@ their Merits. Merit purchases must be conducted with a Bitcoin address that is associated with your pubkey, otherwise you will not recieve the Merits upon payment. - {#if ($associatedAddresses.size == 0 && !associations) || (associations && $associations.length == 0)}You - do not have any registered addresses{:else if associations && $associations && $associations.length > 0} + {#if ($associatedAddresses.size == 0 && !associations) || ($associatedAddresses.size == 0 && associations && $associations.length == 0)} + You do not have any registered addresses + {:else if $associatedAddresses.size == 0 && associations && $associations && $associations.length > 0}