Skip to content

Commit

Permalink
Update src/pages/earn/index.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Fugere <danielfugere28@gmail.com>
  • Loading branch information
aaroncox and dafuga authored Oct 2, 2024
1 parent 4b69f8b commit 3cca494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/earn/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
upper_bound: $currentAccount?.account_name,
})
if (result.rows.length > 0) {
rexEOSBalance.set(Asset.from(result.rows[0].balance, $systemToken!.symbol))
rexEOSBalance.set(Asset.from(result.rows[0].balance, $systemToken.symbol))
} else {
rexEOSBalance.set(Asset.from(0, $systemToken!.symbol))
}
Expand Down

0 comments on commit 3cca494

Please sign in to comment.