diff --git a/src/pages/DomandaBeneficiario/index.js b/src/pages/DomandaBeneficiario/index.js index 200814c..18c0a47 100644 --- a/src/pages/DomandaBeneficiario/index.js +++ b/src/pages/DomandaBeneficiario/index.js @@ -281,7 +281,7 @@ const DomandaBeneficiario = () => { : null} - {/*{data.id + {data.id ?

{__('Documenti Richiesti', 'gepafin')}

@@ -313,7 +313,7 @@ const DomandaBeneficiario = () => { {o.label} ) : null} -
: null}*/} + : null} {data.id ?
diff --git a/src/pages/SoccorsoAddPreInstructor/index.js b/src/pages/SoccorsoAddPreInstructor/index.js index 7f57485..754f643 100644 --- a/src/pages/SoccorsoAddPreInstructor/index.js +++ b/src/pages/SoccorsoAddPreInstructor/index.js @@ -250,13 +250,13 @@ const SoccorsoAddPreInstructor = () => {
{formData.formFields.map((o, i) =>
- {/* updateEvaluationValue( e.checked, `formFields.${i}.selected` )} - checked={o.selected}>*/} + checked={o.selected}>
)}
diff --git a/src/pages/SoccorsoEditPreInstructor/index.js b/src/pages/SoccorsoEditPreInstructor/index.js index cf83b21..434f981 100644 --- a/src/pages/SoccorsoEditPreInstructor/index.js +++ b/src/pages/SoccorsoEditPreInstructor/index.js @@ -394,7 +394,7 @@ const SoccorsoEditPreInstructor = () => {
- {/*
+

{__('Documenti Ricevuti', 'gepafin')}

@@ -419,7 +419,7 @@ const SoccorsoEditPreInstructor = () => { /> }) : null} -
*/} +