From af783a6da4a9122e4403c8f457d615ac2ed73c7a Mon Sep 17 00:00:00 2001 From: mama Date: Thu, 19 Oct 2017 12:36:09 +0200 Subject: [PATCH] =?UTF-8?q?Plus=20de=20bulle=20d'aide=20qui=20traine=20apr?= =?UTF-8?q?=C3=A8s=20une=20r=C3=A9ponse=20=C3=A0=20une=20question?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/reducers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/reducers.js b/source/reducers.js index abb6fd44f..484424d83 100644 --- a/source/reducers.js +++ b/source/reducers.js @@ -48,7 +48,8 @@ export let reduceSteps = (state, action) => { ...state, analysedSituation, situationGate: situationGate, - extraSteps: [] + extraSteps: [], + explainedVariable: null } if (action.type == START_CONVERSATION) {