added back missing files

This commit is contained in:
2021-07-19 21:49:14 +01:00
parent 016c960720
commit de84da00c2
16 changed files with 610 additions and 192 deletions
+1 -1
View File
@@ -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>
) : (