diff --git a/components/case/representation/representationElements.js b/components/case/representation/representationElements.js index 504e0928..3e793654 100644 --- a/components/case/representation/representationElements.js +++ b/components/case/representation/representationElements.js @@ -401,7 +401,10 @@ export const RenderLPACondtionalRadioList = ({ {typeof custom.hint != undefined && ( -
+
{t(custom.hint)}
)} diff --git a/components/elements/index.js b/components/elements/index.js index 38b1c199..ebcbbcb2 100644 --- a/components/elements/index.js +++ b/components/elements/index.js @@ -2287,6 +2287,8 @@ const RenderSubFields = ({ fields, meta: { touched, error }, ...custom }) => { const required = (value) => value ? undefined : t("newappeal:is-required-label"); + //fields.push({}); + fields.length == 0 && fields.push({}); return (