--- a/client/src/selectors/authSelectors.js Thu Aug 03 19:12:25 2017 +0200
+++ b/client/src/selectors/authSelectors.js Thu Aug 03 23:04:33 2017 +0200
@@ -26,5 +26,7 @@
export const getCreateGroup = state => state.get('createGroup')
+export const getAutoSubmit = state => state.get('autoSubmit')
+