updated file name prefixes

This commit is contained in:
2024-05-21 14:03:24 +01:00
parent f4c821a5d4
commit 6bf933b2f1
17 changed files with 503 additions and 208 deletions
+13 -1
View File
@@ -62,7 +62,19 @@ export default function BuildField(props) {
return <>{fieldValue}</>;
break;
case "{16D63FD6-119B-4353-BDCA-18358721C3FE}":
return <> docs {fieldValue}</>;
return <> {fieldValue}</>;
break;
case "{E0DECE4B-6666-4a8f-A065-082708572369}":
return (
<>
<div
className="govuk-summary-list-check-ellipsis"
dangerouslySetInnerHTML={{
__html: fieldValue,
}}
/>
</>
);
break;
default: