vocdoni / ui-components

Vocdoni UI components libs
GNU General Public License v3.0
3 stars 2 forks source link

Properly handle InvalidElections #63

Closed elboletaire closed 1 year ago

elboletaire commented 1 year ago

Components should not render at all in case it's an invalidElection.

There's an exception tho: the title uses the election id as a fallback, and that's the only information we have in an InvalidElection, so the ElectionTitle should at least render the id in these cases.