fixing stale balance on load

This commit is contained in:
Blake Kaufman
2026-02-18 19:16:47 -05:00
parent 158026e0af
commit 79dcf97f67
+1 -1
View File
@@ -122,7 +122,7 @@ export async function initializeSparkSession({
: Number(balance.balance);
const storageObject = {
balance: placeholderBalance,
balance: Number(balance.balance),
tokens: balance.tokensObj,
identityPubKey,
sparkAddress: sparkAddress.response,