Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: account balance not showing #5960

Closed
wants to merge 1 commit into from

Conversation

Imod7
Copy link
Contributor

@Imod7 Imod7 commented Aug 21, 2024

Closes: polkadot-js/apps#10851

Issue

When I run in debug mode and I try to load the Account's page in Kusama:

  • the calcShared function is called multiple times.
  • in some of the calls of this function, data is not defined.

Suggested Solution

Add a check to see if data is defined and adjust the calculation of availableBalance to make use of data or not.

@Imod7
Copy link
Contributor Author

Imod7 commented Aug 21, 2024

Closing in favor of #5961

@Imod7 Imod7 closed this Aug 21, 2024
@polkadot-js-bot
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@polkadot-js polkadot-js locked as resolved and limited conversation to collaborators Aug 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Balances not showing for Kusama Relay Chain
2 participants