diff --git a/src/components/guessing-game/QuestionGuessingMode.tsx b/src/components/guessing-game/QuestionGuessingMode.tsx index b9704d5..8ce7ac2 100644 --- a/src/components/guessing-game/QuestionGuessingMode.tsx +++ b/src/components/guessing-game/QuestionGuessingMode.tsx @@ -258,7 +258,7 @@ const QuestionGuessingMode: React.FC = ({ shouldKeep = true; // Keep all numbers if we don't understand the question type } - if (questionType !== 'equals' && shouldKeep !== true) { + if (shouldKeep !== true) { // Apply negation logic if present if (isNegated) { // If the question was negated, we need to flip the base condition