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 */}