We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Transaction.svelte
when trying to send a tx, on Transaction.svelte there is a crash for isAccountVoting
isAccountVoting
no crash
The text was updated successfully, but these errors were encountered:
Transaction.svelte:28
https://github.com/iotaledger/firefly/pull/2458/files#diff-7dbc13a1914d16680180a9c9a86f5a3eba05faf218c6dcfaf167e951d8cd9f11R31 accountOverview?.trackedParticipations was replaced by accountOverview.trackedParticipations and now it crashes if you try to send before accountOverview has been initialized
accountOverview?.trackedParticipations
accountOverview.trackedParticipations
accountOverview
Sorry, something went wrong.
jeeanribeiro
No branches or pull requests
Task description
when trying to send a tx, on
Transaction.svelte
there is a crash forisAccountVoting
Requirements
no crash
Acceptance criteria
no crash
Creation checklist
The text was updated successfully, but these errors were encountered: