Skip to content

Commit

Permalink
hide message while payment is processing (#6086)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs authored Jul 22, 2024
1 parent 5f73451 commit a9f1a33
Showing 1 changed file with 16 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,22 @@
</div>
</div>
<div>
<p class="para">
{#if lifetime}
<Translatable
resourceKey={i18nKey("access.lifetimeDiamondGateInfo2", undefined, level, true)} />
{:else}
<Translatable
resourceKey={i18nKey("access.diamondGateInfo2", undefined, level, true)} />
{/if}
</p>
{#if !confirming}
<p class="para">
{#if lifetime}
<Translatable
resourceKey={i18nKey(
"access.lifetimeDiamondGateInfo2",
undefined,
level,
true,
)} />
{:else}
<Translatable
resourceKey={i18nKey("access.diamondGateInfo2", undefined, level, true)} />
{/if}
</p>
{/if}

<Payment
bind:confirmed
Expand Down

0 comments on commit a9f1a33

Please sign in to comment.