diff --git a/src/pages/DomandaEditPreInstructor/index.js b/src/pages/DomandaEditPreInstructor/index.js
index 92ff515..2bd14cb 100644
--- a/src/pages/DomandaEditPreInstructor/index.js
+++ b/src/pages/DomandaEditPreInstructor/index.js
@@ -267,7 +267,7 @@ const DomandaEditPreInstructor = () => {
case 'fileupload' :
content =
{item.fieldValue.map(o => -
- {o.filePath ? {o.name} : null}
+ {o.filePath ? {o.name} : null}
)}
;
break;
@@ -581,7 +581,7 @@ const DomandaEditPreInstructor = () => {
{o.fileDetail && o.fileDetail.length === 1
?