check form updates
This commit is contained in:
@@ -65,9 +65,9 @@ let BuildCheckSection = (props) => {
|
||||
<dl className="govuk-summary-list ">
|
||||
{Object.keys(titles).map((key) => (
|
||||
<div key={key}>
|
||||
{/* <h2 className="govuk-heading-m">
|
||||
{titles[key].value}
|
||||
</h2> */}
|
||||
<h2 className="govuk-heading-m govuk-!-margin-top-9">
|
||||
{titles[key].value}
|
||||
</h2>
|
||||
|
||||
<BuildCheckRow
|
||||
formXML={formXML}
|
||||
|
||||
Reference in New Issue
Block a user