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

Little bug leads to page crash #2825

Closed
geektheripper opened this issue May 21, 2023 · 3 comments
Closed

Little bug leads to page crash #2825

geektheripper opened this issue May 21, 2023 · 3 comments

Comments

@geektheripper
Copy link
Contributor

usage?.backend?.standardSCParity
? usage.backend.rrSCParity.toString()
: "n/a"

should be:

 usage?.backend?.rrSCParity
   ? usage.backend.rrSCParity.toString() 
   : "n/a" 
@harshavardhana
Copy link
Member

Please send a PR @geektheripper thank you..

@geektheripper
Copy link
Contributor Author

Please send a PR @geektheripper thank you..

#2826 done

@bexsoft
Copy link
Collaborator

bexsoft commented May 23, 2023

PR Merged, Thank you very much for your contribution. This will be available in the next Console release.

Please let us know if the issue is still visible after this change so we can take a look.

@bexsoft bexsoft closed this as completed May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants