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">
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 className="govuk-radios">
{Object.keys(options).map((key, index) => (
@@ -341,6 +341,7 @@ export const RenderCondtionalRadioList = ({
name={id + "_details"}
component="input"
type="text"
validate={[required]}
/>
</div>
</div>