diff --git a/src/pages/DomandaEditPreInstructor/index.js b/src/pages/DomandaEditPreInstructor/index.js
index 3f9acbd..0e7c936 100644
--- a/src/pages/DomandaEditPreInstructor/index.js
+++ b/src/pages/DomandaEditPreInstructor/index.js
@@ -266,7 +266,7 @@ const DomandaEditPreInstructor = () => {
case 'fileupload' :
content =
{item.fieldValue.map(o => -
- {o.filePath ? {o.name} : null}
+ {o.filePath ? {o.name} : null}
)}
;
break;
@@ -557,7 +557,7 @@ const DomandaEditPreInstructor = () => {
{o.fileDetail && o.fileDetail.length === 1
?