From 931239b80cd1f43e6a50466be9846c556b4d0a37 Mon Sep 17 00:00:00 2001 From: przeq piciel Date: Sun, 1 Sep 2024 09:37:09 +0000 Subject: [PATCH] fix --- app/components/FilesEditor/index.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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) => (