summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/public/bundle.js b/public/bundle.js
index 9ebd6e5..5660d72 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -4056,9 +4056,7 @@ var FileUpload = function (_Component) {
var i = void 0,
f = void 0;
for (i = 0, f; i < files.length; i++) {
- f = files[i];
- if (!f) continue;
- mimeFiles.push(f);
+ mimeFiles.push(files[i]);
// if (!f.type.match(this.props.mime)) continue
}
console.log(mimeFiles);