Skip to content

Commit 1eb9ad2

Browse files
authored
Update Wallet.svelte
1 parent 7785f6f commit 1eb9ad2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/Wallet.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124

125125
<div class="flex items-center flex-wrap gap-4">
126126
{#if paymentDone}
127+
{#if paymentRealized}
127128
<div
128129
class="bg-green-100 border border-green-400 text-green-700 px-4 py-3 rounded relative"
129130
role="alert"
@@ -134,7 +135,7 @@
134135
>
135136
</div>
136137
{/if}
137-
138+
{/if}
138139
<h1 class="text-gray-800 text-3xl sixa-max">{saldoFormateado}</h1>
139140
<ButtonGroup>
140141
<Button

0 commit comments

Comments
 (0)