Skip to content

Commit

Permalink
fix: fix wallet state issue after retrying to fetch the balance follo…
Browse files Browse the repository at this point in the history
…wing a failed attempt
  • Loading branch information
nikaaru committed Aug 13, 2024
1 parent f008d80 commit 181bac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/embedded/src/store/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,13 @@ export const useWalletsStore = createSelectors(
findToken
),
loading: false,
error: false,
}
: connectedWallet;
}
);

const balances = makeTokensBalance(connectedWallets);

return {
loading: false,
balances,
Expand Down

0 comments on commit 181bac3

Please sign in to comment.