diff --git a/components/case/representation/representationElements.js b/components/case/representation/representationElements.js index 4a5cb881..5cbdc6a8 100644 --- a/components/case/representation/representationElements.js +++ b/components/case/representation/representationElements.js @@ -410,7 +410,7 @@ export const RenderLPACondtionalRadioList = ({ type="radio" className="govuk-radios__input" value={options[key]} - validate={[eval(required)]} + // validate={[required]} />