Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
desoindx committed Dec 19, 2024
1 parent 8498796 commit 60c1228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/outils/quiz/QuizSimulator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const QuizSimulator = () => {
{question > 0 && config && (
<button
data-testid='quiz-previous-button'
type="button"
type='button'
className={styles.previousButton}
onClick={() => {
setAnswer(undefined)
Expand Down

0 comments on commit 60c1228

Please sign in to comment.