Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix actionable navigation between voting and getting new proposals (#…
…4741) # Motivation When the user clicks 'next' or 'prev' to navigate through proposals while voting, there is a chance (especially on slow network) that the dapp may break, because after successful voting the actionables are removed and the new data could be not retrieved yet. # Changes - check that `proposalIds` exists before rendering the `ProposalNavigation` # Tests It's possible to reproduce the issue locally, so the fix was also tested locally. # Todos - [ ] Add entry to changelog (if necessary). Not necessary since the feature is not publicly available
- Loading branch information