diff -r de8d18c8251d -r a28361bda28c client/src/components/CreateGroup.js
--- a/client/src/components/CreateGroup.js Mon Sep 03 11:57:58 2018 +0200
+++ b/client/src/components/CreateGroup.js Mon Sep 03 20:02:14 2018 +0200
@@ -5,6 +5,7 @@
import Navbar from './Navbar';
import * as authActions from '../actions/authActions';
import { getOnline, getCreateGroup } from '../selectors/authSelectors';
+import './CreateGroup.css';
class CreateGroup extends Component {
@@ -67,7 +68,7 @@
render() {
- const errorMessages = this.props.createGroup.getIn(['errorMessages', 'data']);
+ // const errorMessages = this.props.createGroup.getIn(['errorMessages', 'data']);
const okDisabled = (!this.state.name || this.state.name.trim() === "");
return (
@@ -75,25 +76,25 @@