+
@@ -32,6 +60,31 @@ export default class DepositDocument extends React.Component {
+ {this.state.files.length > 0 && (
+
+ {this.state.files.map((file) => {
+ const fileObj = file.file;
+ return (
+
+
+
+
+ {fileObj.name}
+
+
+
+
+ );
+ })}
+
+ )}
+