aragon / gov-app-template

An Aragon OSx simplified UI template for your custom DAO
6 stars 7 forks source link

Dynamic reloading after voting #87

Closed carlosgj94 closed 8 months ago

brickpop commented 8 months ago

While the current forceRefresh on userCanVeto seems to work I would strongly recommend to do the refetching at the useProposal() of the parent component, not at the child one.

This is: