chore: supprime du vieux code commenté
parent
19a01804ca
commit
f519716321
|
@ -25,9 +25,6 @@ export function useQuestionList(): [
|
|||
|
||||
const onQuestionAnswered =
|
||||
(dottedName: DottedName) => (value?: PublicodesExpression) => {
|
||||
// if (!answeredQuestions.includes(dottedName)) {
|
||||
// dispatch(vaÀLaQuestionSuivante())
|
||||
// }
|
||||
dispatch(enregistreLaRéponse(dottedName, value))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue