added back missing files
This commit is contained in:
@@ -122,7 +122,7 @@ let BuildSection = (props) => {
|
||||
<ol className="govuk-list">
|
||||
{Object.keys(titleList).map((key) =>
|
||||
parseInt(key) + 1 == currentSection ? (
|
||||
<li>
|
||||
<li key={key}>
|
||||
<b>{titleList[key].value}</b>
|
||||
</li>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user