Minor changes due to review

This commit is contained in:
Philipp Czora
2018-07-30 09:32:13 +02:00
parent 08ac5af812
commit 768e1afd1a
3 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ class UserForm extends React.Component<Props, State> {
this.state.validatePasswordError ||
this.state.nameValidationError ||
this.state.mailValidationError ||
this.state.validatePasswordError ||
this.state.passwordValidationError ||
this.state.displayNameValidationError ||
this.isFalsy(user.name) ||
this.isFalsy(user.displayName)