Warning fix

pull/4/head
Clement G 5 years ago committed by guhur
parent 0401d5a998
commit cf17371834

@ -123,6 +123,7 @@ class CreateElection extends Component {
if(candidate.label!==""){
nbLabels++;
}
return candidate.label;
});
this.setState({candidates: candidates, nbCandidatesWithLabel:nbLabels});

Loading…
Cancel
Save