diff --git a/app/components/FilesEditor/index.tsx b/app/components/FilesEditor/index.tsx index 48110c9..e76ba4e 100644 --- a/app/components/FilesEditor/index.tsx +++ b/app/components/FilesEditor/index.tsx @@ -144,13 +144,16 @@ const Index = () => { file={contextMenu.file} /> )} -
- -
+ + {serverId && ( +
+ +
+ )} {serverId && fileList.map((file: FileProps) => (