Skip to content

Commit

Permalink
chore(app): fixed connect cosmos wallet bug
Browse files Browse the repository at this point in the history
Signed-off-by: Kaan Caglan <[email protected]>
  • Loading branch information
Caglankaan committed Mar 7, 2025
1 parent c1ac496 commit cb472f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/routes/faucet/(components)/stargaze-faucet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ let stargazeBalance = createQuery(
<div class="flex justify-between px-1">
<div class="text-xs">
<p>
{#if $stargazeAddress?.indexOf("stargaze") === 0 && $stargazeBalance.status === "success"}
{#if $stargazeAddress?.indexOf("stars") === 0 && $stargazeBalance.status === "success"}
<!--
<span>Balance: </span>
{$stargazeBalance?.data?.balance ?? 0}
Expand Down

0 comments on commit cb472f4

Please sign in to comment.