From d18f4cff357e5f2cb2ea972620a625ec7db31f99 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Wed, 17 Oct 2018 12:41:26 +0200 Subject: [PATCH] =?UTF-8?q?:bug:=20r=C3=A9pare=20la=20r=C3=A9cup=C3=A9rati?= =?UTF-8?q?on=20de=20la=20simulation=20pr=C3=A9c=C3=A9dente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/reducers/rootReducer.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/reducers/rootReducer.js b/source/reducers/rootReducer.js index ee1724a28..072c86c78 100644 --- a/source/reducers/rootReducer.js +++ b/source/reducers/rootReducer.js @@ -19,6 +19,7 @@ import computeThemeColours from 'Ui/themeColours' import { simulationTargetNames } from '../config.js' import defaultLang from '../i18n' import inFranceAppReducer from './inFranceAppReducer' +import storageReducer from './storageReducer' import type { Action } from 'Types/ActionsTypes' // TODO : use context API instead @@ -160,6 +161,7 @@ const existingCompanyReducer = (state, action) => { } export default reduceReducers( existingCompanyReducer, + storageReducer, combineReducers({ sessionId: defaultTo(Math.floor(Math.random() * 1000000000000) + ''), // this is handled by redux-form, pas touche !