diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index 3d9aa43..93b5a3d 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -475,7 +475,10 @@ export default function QuizRunner({ defaultMode = 'all', defaultEntryId, autoSt )}
- {!showResult && ( + + {!showResult ? ( <> - )} - {showResult && ( + ) : ( <> -