diff --git a/app/components/FilesEditor/ContextMenu/container.tsx b/app/components/FilesEditor/ContextMenu/container.tsx index e2613d9..191bf6f 100644 --- a/app/components/FilesEditor/ContextMenu/container.tsx +++ b/app/components/FilesEditor/ContextMenu/container.tsx @@ -23,10 +23,11 @@ const ContextMenuContainer: FC = ({
{ console.log("Option ", file?.attributes.name); }} diff --git a/app/components/FilesEditor/index.tsx b/app/components/FilesEditor/index.tsx index c08e1aa..a0fecc4 100644 --- a/app/components/FilesEditor/index.tsx +++ b/app/components/FilesEditor/index.tsx @@ -98,8 +98,7 @@ const Index = () => { )} {fileList.map((file: FileProps) => (