From fad98dc4e06ac40461e21dcf7b13bb939f742c89 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 02:09:44 +0100 Subject: [PATCH] Conditionally render back button in QuizRunner --- client/src/components/QuizRunner.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index 93b5a3d..9ecc730 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -475,9 +475,11 @@ export default function QuizRunner({ defaultMode = 'all', defaultEntryId, autoSt )}
- + {currentIndex > 0 && ( + + )} {!showResult ? ( <>