From c380f6f19e35b1e7a32ca3e41af2c7e28a24e64b Mon Sep 17 00:00:00 2001 From: "ITHQ1947\\saritha.pillai" Date: Fri, 12 Apr 2024 15:42:47 +0530 Subject: [PATCH] translation changes - survey fixes --- Survey/src/components/SurveyQuestions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Survey/src/components/SurveyQuestions.tsx b/Survey/src/components/SurveyQuestions.tsx index 1c6cb017..fecf6173 100644 --- a/Survey/src/components/SurveyQuestions.tsx +++ b/Survey/src/components/SurveyQuestions.tsx @@ -1005,11 +1005,11 @@ function Matrix({ x, responses, onResponse, activityId, total,index, idx,startTi {(x.questions || []).map((question, qindex) => ( - *" : "")} allowDangerousHtml={true} plugins={[gfm, emoji]} renderers={{ link: LinkRenderer, span: (props) => { + { return {props?.children}; }, sup: (props) => { return {props.children}; - }}} /> + }}} /> {(!!question.required ? " *" : "")} {(Array.isArray(x.options) && (x.options || []).length > 0) ?( x.type === "list" ||x.type === "boolean" || x.type === "likert" ? (