Remaining rename

This commit is contained in:
Chi Vinh Le
2018-03-29 22:51:40 +02:00
parent 761e372016
commit f32c9fa6b1
@@ -59,7 +59,7 @@ class SignUpContainer extends Component {
passwordRepeat: this.state.passwordRepeat,
};
if (this.validate(data) && !this.state.hasBlockers.length) {
if (this.validate(data) && !this.state.blockers.length) {
this.props.signUp(data);
}
};