Plus de bulle d'aide qui traine après une réponse à une question

pull/108/head
mama 2017-10-19 12:36:09 +02:00
parent 887415fb31
commit af783a6da4
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ export let reduceSteps = (state, action) => {
...state,
analysedSituation,
situationGate: situationGate,
extraSteps: []
extraSteps: [],
explainedVariable: null
}
if (action.type == START_CONVERSATION) {