diff --git a/frontend/src/pages/GekanatorPage.tsx b/frontend/src/pages/GekanatorPage.tsx index 7865c9f..1790a71 100644 --- a/frontend/src/pages/GekanatorPage.tsx +++ b/frontend/src/pages/GekanatorPage.tsx @@ -786,8 +786,6 @@ const isQuestionHardFilteredAfterAnswers = ( return isQuestionRedundantAfterAnswers (question, [answer]) || isFactQuestionBlocked (question.condition, previous, answer.answer) }) - - const isMonthCrossMatch = ( candidate: GekanatorQuestion['condition'], previous: GekanatorQuestion['condition'],