Skip to content

Commit d038084

Browse files
committed
fix(app2): still show text
1 parent 124b811 commit d038084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app2/src/lib/components/Transfer/Amount.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ function setMaxAmount() {
101101

102102
<div class="flex w-full justify-between text-xs">
103103
<p>
104+
BALANCE:
104105
{#if Option.isSome(chainWallet)}
105-
BALANCE:
106106
{#if !transfer.raw.source || !transfer.raw.asset}
107107
0
108108
{:else if !allDataReadyForBalance()}

0 commit comments

Comments
 (0)