From 8dcea82fcd4fb1db17439d0d04bcff00be283234 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 02:08:37 +0100 Subject: [PATCH] Add back button and refactor quiz actions in QuizRunner component --- client/src/components/QuizRunner.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 && ( + ) : ( <> -