From 47e036b076ecb65146256b6a6d01341ae3a1474b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 01:18:05 +0100 Subject: [PATCH] Pass entryId to IgMetaBlock in QuizRunner.tsx --- client/src/components/QuizRunner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index ec1a5c0..8bff9bb 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -207,7 +207,7 @@ function ExplanationPanel({ question, targets }: { question: QuizQuestionWithEnt

No linked study items were found for this question.

)} - {question.ig_meta && } + {question.ig_meta && } ); }