fix(dividendes): correction du bug questions en changeant d'onglet

pull/3260/merge
Alice Dahan 2024-12-13 15:30:16 +01:00 committed by liliced
parent 9b037836ff
commit 9971e8be4c
1 changed files with 4 additions and 3 deletions

View File

@ -249,9 +249,10 @@ export function simulationReducer(
questionEnCoursNEstPasÀRépondre && questionEnCoursNEstPasRépondue
const nouvelleQuestionEnCours =
action.questionsSuivantes.length &&
(pasDeQuestionEnCours || questionEnCoursPlusNécessaire)
? action.questionsSuivantes[0]
pasDeQuestionEnCours || questionEnCoursPlusNécessaire
? action.questionsSuivantes.length
? action.questionsSuivantes[0]
: null
: currentQuestion
return {