Minor refactoring

This commit is contained in:
Philipp Czora
2018-11-22 10:20:18 +01:00
parent 11a7d9e775
commit c23e0f4610
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ class GroupForm extends React.Component<Props, State> {
render() {
const { t, loading } = this.props;
const group = this.state.group;
const { group } = this.state;
let nameField = null;
if (!this.props.group) {
nameField = (