diff --git a/components/FileListing.tsx b/components/FileListing.tsx
index 26be464..66eb144 100644
--- a/components/FileListing.tsx
+++ b/components/FileListing.tsx
@@ -68,8 +68,8 @@ const FileListItem: FunctionComponent<{
const renderEmoji = emojiIcon && !emojiIcon.index
return (
-
-
+
+
{/*
{c.file ? c.file.mimeType : 'folder'}
*/}
{renderEmoji ? (
@@ -176,10 +176,32 @@ const FileListing: FunctionComponent<{ query?: ParsedUrlQuery }> = ({ query }) =
return (
-
Name
+
Name
Last Modified
Size
Actions
+
= ({ query }) =
{children.map((c: any) => (
{
e.preventDefault()
@@ -279,6 +301,20 @@ const FileListing: FunctionComponent<{ query?: ParsedUrlQuery }> = ({ query }) =
)}
+
+
+
+
+
))}