[fix] Uncomment temporary fix.

This commit is contained in:
Gabriel Rodríguez Alsina 2018-07-16 18:10:38 -03:00
parent d8f660c1b2
commit 185250a7c6
1 changed files with 3 additions and 3 deletions

View File

@ -195,9 +195,9 @@ class App extends Component {
this.setState({form});
}
render() {
// if (!this.isValidVotingKey) {
// return null;
// }
if (!this.isValidVotingKey) {
return null;
}
const BtnAction = this.state.hasData ? "Update" : "Set";
const AutocompleteItem = ({ formattedSuggestion }) => (
<div className="custom-container">