rep defect 6
This commit is contained in:
@@ -142,7 +142,7 @@ const RepAgent = (props) => {
|
||||
className="govuk-fieldset"
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<div
|
||||
{/* <div
|
||||
id="commentBox-hint"
|
||||
className="govuk-hint"
|
||||
>
|
||||
@@ -150,7 +150,7 @@ const RepAgent = (props) => {
|
||||
"myrepresentations:comments-set-out-label"
|
||||
)}
|
||||
:
|
||||
</div>
|
||||
</div> */}
|
||||
<div className="govuk-form-group">
|
||||
<Field
|
||||
name="representationComments"
|
||||
|
||||
@@ -121,7 +121,7 @@ const RepAppellant = (props) => {
|
||||
className="govuk-fieldset"
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<div
|
||||
{/* <div
|
||||
id="commentBox-hint"
|
||||
className="govuk-hint"
|
||||
>
|
||||
@@ -129,7 +129,7 @@ const RepAppellant = (props) => {
|
||||
"myrepresentations:comments-set-out-label"
|
||||
)}
|
||||
:
|
||||
</div>
|
||||
</div> */}
|
||||
<div className="govuk-form-group">
|
||||
<Field
|
||||
name="representationComments"
|
||||
|
||||
@@ -199,8 +199,8 @@ export const RenderRadioListWithText = ({
|
||||
}
|
||||
label={
|
||||
router.locale == "en"
|
||||
? "Please give further details for this selection"
|
||||
: "Rhowch fanylion pellach am y dewis hwn"
|
||||
? "Please give further details if required"
|
||||
: "Rhowch fanylion pellach os oes angen"
|
||||
}
|
||||
component={RenderRichMultiline}
|
||||
type="text"
|
||||
|
||||
@@ -145,7 +145,7 @@ const RepInterestedPartyPerson = (props) => {
|
||||
className="govuk-fieldset"
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<div
|
||||
{/* <div
|
||||
id="commentBox-hint"
|
||||
className="govuk-hint"
|
||||
>
|
||||
@@ -153,7 +153,7 @@ const RepInterestedPartyPerson = (props) => {
|
||||
"myrepresentations:comments-set-out-label"
|
||||
)}
|
||||
:
|
||||
</div>
|
||||
</div> */}
|
||||
<div className="govuk-form-group">
|
||||
<Field
|
||||
name="representationComments"
|
||||
|
||||
@@ -274,7 +274,7 @@ let RepLPA = (props) => {
|
||||
className="govuk-fieldset"
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<div
|
||||
{/* <div
|
||||
id="commentBox-hint"
|
||||
className="govuk-hint"
|
||||
>
|
||||
@@ -282,7 +282,7 @@ let RepLPA = (props) => {
|
||||
"myrepresentations:comments-set-out-label"
|
||||
)}
|
||||
:
|
||||
</div>
|
||||
</div> */}
|
||||
<div className="govuk-form-group">
|
||||
<Field
|
||||
name="representationComments"
|
||||
|
||||
@@ -12,9 +12,9 @@ let RepLPAQuestionnaire = (props) => {
|
||||
className="govuk-fieldset"
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<div id="commentBox-hint" className="govuk-hint">
|
||||
{/* <div id="commentBox-hint" className="govuk-hint">
|
||||
{t("myrepresentations:comments-set-out-label")}:
|
||||
</div>
|
||||
</div> */}
|
||||
<div className="govuk-form-group">
|
||||
<Field
|
||||
name="representationComments"
|
||||
|
||||
@@ -62,9 +62,9 @@ const RepLandOwner = (props) => {
|
||||
className="govuk-fieldset"
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<div id="commentBox-hint" className="govuk-hint">
|
||||
{/* <div id="commentBox-hint" className="govuk-hint">
|
||||
{t("myrepresentations:comments-set-out-label")}:
|
||||
</div>
|
||||
</div> */}
|
||||
<div className="govuk-form-group">
|
||||
<Field
|
||||
name="representationComments"
|
||||
|
||||
Reference in New Issue
Block a user