From 41f3b4ee6263b71cfe071a7b697174503fccfd80 Mon Sep 17 00:00:00 2001 From: JohannaPeanut <76495099+JohannaPeanut@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:30:14 +0100 Subject: [PATCH] SurveyResponse: update bg color of user text --- .../components/feedback/EditableSurveyResponseUserText.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/survey-responses/components/feedback/EditableSurveyResponseUserText.tsx b/src/survey-responses/components/feedback/EditableSurveyResponseUserText.tsx index 2e8d40b6..877e3272 100644 --- a/src/survey-responses/components/feedback/EditableSurveyResponseUserText.tsx +++ b/src/survey-responses/components/feedback/EditableSurveyResponseUserText.tsx @@ -25,7 +25,7 @@ const EditableSurveyResponseUserText: React.FC {/* @ts-expect-error `data` is of type unkown */} {response.data[userTextIndices[0]] && ( -
+

{feedbackQuestions.find((q) => q.id === userTextIndices[0])?.label.de}

@@ -41,7 +41,7 @@ const EditableSurveyResponseUserText: React.FC

@@ -63,7 +63,7 @@ const EditableSurveyResponseUserText: React.FC +
{/* @ts-expect-error `data` is of type unkown */}