diff --git a/src/controllers/molecules/MFileTile.js b/src/controllers/molecules/MFileTile.js
index bd3576e575077e8914a710c621c14fb09ac30d7f..9711fdafffcc1e56c28c62ce7312234221f7c31a 100644
--- a/src/controllers/molecules/MFileTile.js
+++ b/src/controllers/molecules/MFileTile.js
@@ -27,9 +27,9 @@ module.exports = {
 
         var additionals = [];
         if (content.info) {
-            if (content.info.mimetype && content.info.mimetype.length > 0) {
-                additionals.push(content.info.mimetype);
-            }
+            // if (content.info.mimetype && content.info.mimetype.length > 0) {
+            //     additionals.push(content.info.mimetype);
+            // }
             if (content.info.size) {
                 additionals.push(filesize(content.info.size));
             }