enf defect 13
This commit is contained in:
+12
-5
@@ -889,9 +889,10 @@ let Enforcement_Questionnaire = (props) => {
|
||||
)}
|
||||
component={RenderLPACondtionalRadioList}
|
||||
validate={[required]}
|
||||
legend={t(
|
||||
"myrepresentations:enf-section-question-31a"
|
||||
)}
|
||||
legend={
|
||||
"a) " +
|
||||
t("myrepresentations:enf-section-question-31a")
|
||||
}
|
||||
conditionalLabel={t(
|
||||
"myrepresentations:enf-section-question-31a-hint"
|
||||
)}
|
||||
@@ -901,7 +902,10 @@ let Enforcement_Questionnaire = (props) => {
|
||||
/>
|
||||
</div>
|
||||
<Field
|
||||
label={t("myrepresentations:enf-section-question-31b")}
|
||||
label={
|
||||
"b) " +
|
||||
t("myrepresentations:enf-section-question-31b")
|
||||
}
|
||||
name="developmentNotTakePlaceBiodiversity"
|
||||
id="developmentNotTakePlaceBiodiversity"
|
||||
component={RenderRadioList}
|
||||
@@ -915,7 +919,10 @@ let Enforcement_Questionnaire = (props) => {
|
||||
aria-describedby={props.name + "-hint"}
|
||||
/>
|
||||
<Field
|
||||
label={t("myrepresentations:enf-section-question-31c")}
|
||||
label={
|
||||
"c) " +
|
||||
t("myrepresentations:enf-section-question-31c")
|
||||
}
|
||||
name="developmentNotTakePlaceBroadband"
|
||||
id="developmentNotTakePlaceBroadband"
|
||||
component={RenderRadioList}
|
||||
|
||||
Reference in New Issue
Block a user