Skip to content

Commit 10beafa

Browse files
committed
fix: sending args to void function
1 parent 1211393 commit 10beafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mdx/Quiz.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const Quiz: FC<QuizProps> = (props: QuizProps) => {
124124
return quizFailedToast(wrongAnswersCounter)
125125
}
126126

127-
return quizSuccessToast(wrongAnswersCounter)
127+
return quizSuccessToast()
128128
}
129129

130130
const cancelQuiz = () => {

0 commit comments

Comments
 (0)