Skip to content

Commit

Permalink
fix: Not used Number of attempts field (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: Dima Alipov <[email protected]>
  • Loading branch information
DmytroAlipov and Dima Alipov authored Jun 18, 2024
1 parent 6ac0a6e commit d2ddc90
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit d2ddc90

Please sign in to comment.