rep defect 20, 21

This commit is contained in:
2025-01-07 13:40:53 +00:00
parent c3fcfe60da
commit 47f99bf65b
@@ -288,7 +288,7 @@ export const RenderCondtionalRadioList = ({
<div id={id + "-hint"} className="govuk-hint"> <div id={id + "-hint"} className="govuk-hint">
e.g. "Owners of Numbers 1-5 High Street", or "Mr and Mrs e.g. "Owners of Numbers 1-5 High Street", or "Mr and Mrs
Smith" or "The executors of Mr Evans" estate" Smith" or "The executors of Mr Evans' estate"
</div> </div>
<div className="govuk-radios"> <div className="govuk-radios">
{Object.keys(options).map((key, index) => ( {Object.keys(options).map((key, index) => (
@@ -341,6 +341,7 @@ export const RenderCondtionalRadioList = ({
name={id + "_details"} name={id + "_details"}
component="input" component="input"
type="text" type="text"
validate={[required]}
/> />
</div> </div>
</div> </div>