diff --git a/src/components/Questions/QuestionFinished.tsx b/src/components/Questions/QuestionFinished.tsx index d16de8cc2..10ab35e81 100644 --- a/src/components/Questions/QuestionFinished.tsx +++ b/src/components/Questions/QuestionFinished.tsx @@ -23,7 +23,7 @@ function ProgressStatButton(props: ProgressStatButtonProps) { ); @@ -43,7 +43,7 @@ type QuestionFinishedProps = { didNotKnowCount: number; skippedCount: number; totalCount: number; - onReset: (type: QuestionProgressType | 'all') => void; + onReset: (type: QuestionProgressType | 'reset') => void; }; export function QuestionFinished(props: QuestionFinishedProps) { @@ -85,7 +85,7 @@ export function QuestionFinished(props: QuestionFinishedProps) {