diff --git a/app/components/FilesEditor/index.tsx b/app/components/FilesEditor/index.tsx index e76ba4e..35758d9 100644 --- a/app/components/FilesEditor/index.tsx +++ b/app/components/FilesEditor/index.tsx @@ -164,7 +164,19 @@ const Index = () => {
{file.attributes.is_file ? : }
-
{file.attributes.name}
+
+ {file.attributes.is_file ? ( + {file.attributes.name} + ) : ( + + changeDirectory(`${path}/${file.attributes.name}`) + } + > + {file.attributes.name} + + )} +
{file.attributes.is_file ? `${file.attributes.size} bytes` : ""}