fix: Not used Number of attempts field (#473)

Co-authored-by: Dima Alipov <dimaalipov@MacBook-Pro-Dima.local>
This commit is contained in:
Dmytro
2024-06-18 22:44:51 +02:00
committed by GitHub
parent 6ac0a6e562
commit d2ddc9099f

View File

@@ -180,8 +180,6 @@ export const useAnswerSettings = (showAnswer, updateSettings) => {
const numberOfAttemptsChoice = [
ShowAnswerTypesKeys.AFTER_SOME_NUMBER_OF_ATTEMPTS,
ShowAnswerTypesKeys.AFTER_ALL_ATTEMPTS,
ShowAnswerTypesKeys.AFTER_ALL_ATTEMPTS_OR_CORRECT,
];
useEffect(() => {