diff -r 6f3078f7fd47 -r be36eed5e6e0 client/src/store/configureStore.js --- a/client/src/store/configureStore.js Thu Aug 03 09:44:37 2017 +0200 +++ b/client/src/store/configureStore.js Thu Aug 03 17:33:00 2017 +0200 @@ -38,6 +38,7 @@ clientId: null, lastSync: 0, currentUser: null, + currentGroup: null }), autoSubmit: false, login: asyncRequest,