vocdoni / ui-components

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

CSP census isAbleToVote when is not in census #170

Open selankon opened 3 months ago

selankon commented 3 months ago

After looking at this code I am not sure this is an error.

The vote button is shown after identify myself on a CSP census election. However, I am not in census. So, isInCensus is false and isAbleToVote is true.

On the other hand, this is the blind CSP so I suppose that isInCensus will be always false when is a CSP.

So, provably this is not an issue at all but maybe have to be handled differently from UX side.