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 3cca494 commit 2b717e5
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 @@ -137,7 +137,7 @@
if (result.rows.length > 0) {
rexEOSBalance.set(Asset.from(result.rows[0].balance, $systemToken.symbol))
} else {
rexEOSBalance.set(Asset.from(0, $systemToken!.symbol))
rexEOSBalance.set(Asset.from(0, $systemToken.symbol))
}
})
return () => {
Expand Down

0 comments on commit 2b717e5

Please sign in to comment.