diff --git a/src/components/dynamic/Checkbox.jsx b/src/components/dynamic/Checkbox.jsx index d83bbcaf3..b1a38b4dd 100644 --- a/src/components/dynamic/Checkbox.jsx +++ b/src/components/dynamic/Checkbox.jsx @@ -28,7 +28,7 @@ const Checkbox = ({ } text-lg`} /> - {text &&

{text}

} + {text &&

{text}

} ); }; diff --git a/src/components/dynamic/form/form/Questions.jsx b/src/components/dynamic/form/form/Questions.jsx index cea11a15e..2a6e01538 100644 --- a/src/components/dynamic/form/form/Questions.jsx +++ b/src/components/dynamic/form/form/Questions.jsx @@ -102,7 +102,6 @@ const Questions = ({

{field.options.map((option, i) => (