summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-07-02 06:29:58 +0200
committerJules Laplace <julescarbon@gmail.com>2017-07-02 06:29:58 +0200
commitbe26f182ccdff4f96c52d419deebee4aff055e18 (patch)
tree227399a1a20de01e00d1a524be0c3875a2defcca /public/bundle.js
parent22735b5dcb3503b5575d77bb066159f623e60f9e (diff)
worker in own process
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/bundle.js b/public/bundle.js
index 11109e6..948ac8a 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -6161,6 +6161,11 @@ var Folder = function (_Component) {
'span',
{ 'class': 'name' },
file.name
+ ),
+ (0, _preact.h)(
+ 'span',
+ { 'class': 'mime' },
+ file.mime
)
);
});