mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
Added tests and fixed bugs
This commit is contained in:
@@ -33,7 +33,6 @@ class UserForm extends React.Component<Props, User> {
|
||||
}
|
||||
|
||||
render() {
|
||||
const { submitForm } = this.props;
|
||||
const user = this.state;
|
||||
return (
|
||||
<div className="container">
|
||||
|
||||
Reference in New Issue
Block a user