diff -r 9206af01f5e5 -r 6e18b31b0ad5 client/src/store/configureStore.js --- a/client/src/store/configureStore.js Tue Jun 20 21:56:42 2017 +0200 +++ b/client/src/store/configureStore.js Wed Jun 21 03:23:24 2017 +0200 @@ -43,7 +43,7 @@ const persistOptions = { storage: localForage, transforms: [immutableTransform(immutableTransformConfig)], - whitelist: ['sessions', 'notes', 'isAuthenticated', 'currentUser', 'token'] + whitelist: ['sessions', 'notes', 'isAuthenticated', 'currentUser', 'token', 'offline'] } const apiClient = new APIClient(config.apiRootUrl);