--- a/client/src/reducers/index.js Thu Aug 03 09:44:37 2017 +0200
+++ b/client/src/reducers/index.js Thu Aug 03 17:33:00 2017 +0200
@@ -3,7 +3,7 @@
import notes from './notesReducer';
import { sessions } from './sessionsReducer';
-import { isAuthenticated, currentUser, login, register, token, groups, createGroup, clientId } from './authReducer';
+import { isAuthenticated, currentUser, currentGroup, login, register, token, groups, createGroup, clientId } from './authReducer';
import { autoSubmit, online } from './miscReducer';
import { isSynchronizing, lastSync } from './syncReducer';
@@ -16,6 +16,7 @@
authStatus: combineReducers({
token,
currentUser,
+ currentGroup,
isAuthenticated,
clientId,
lastSync