chore: add tests to apps/web/modules/survey/components and apps/web/modules/survey/link (#5707)

This commit is contained in:
victorvhs017
2025-05-09 00:24:46 +07:00
committed by GitHub
parent 0eb64c0084
commit 38622101f1
48 changed files with 6439 additions and 25 deletions
@@ -101,7 +101,7 @@ export const RenderResponse: React.FC<RenderResponseProps> = ({
return (
<p
key={rowValueInSelectedLanguage}
className="ph-no-capture my-1 font-normal capitalize text-slate-700">
className="ph-no-capture my-1 font-normal text-slate-700 capitalize">
{rowValueInSelectedLanguage}:{processResponseData(responseData[rowValueInSelectedLanguage])}
</p>
);