Added tests and fixed bugs

This commit is contained in:
Philipp Czora
2018-07-17 11:29:58 +02:00
parent ea8f8b23c5
commit 4ecc4338d6
6 changed files with 55 additions and 33 deletions

View File

@@ -33,7 +33,6 @@ class UserForm extends React.Component<Props, User> {
}
render() {
const { submitForm } = this.props;
const user = this.state;
return (
<div className="container">