chore: corrige un commentaire

pull/3115/head
Jalil Arfaoui 2024-09-10 09:19:37 +02:00
parent f519716321
commit 96740bd5a4
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ export function simulationReducer(
}
}
// Sinon, on navigue simplement à la questions déjà répondue suivante
// Sinon, on navigue simplement à la question déjà répondue suivante
const destination = state.questionsRépondues.findIndex(
(q, index) => index > currentIndex && q.applicable
)