client/src/reducers/index.js
changeset 134 be36eed5e6e0
parent 129 d48946d164c6
child 168 ea92f4fe783d
--- 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