From 25e5c1ca0913aad3c013b0f91177a75cfa9c0061 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 28 Apr 2022 13:49:06 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_scores_user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/exam_scores_user.html b/rapids/templates/rapids/exam_scores_user.html index 75a16ed6..9f059ef7 100644 --- a/rapids/templates/rapids/exam_scores_user.html +++ b/rapids/templates/rapids/exam_scores_user.html @@ -62,7 +62,7 @@ let images = data.images if ("feedback_images" in data) { - images.push(...images.feedback_images) + images.push(...data.feedback_images) } let event = new CustomEvent('loadDicomViewerUrls', {