This commit is contained in:
2024-09-01 09:37:09 +00:00
parent 55d6d45051
commit 931239b80c

View File

@@ -144,6 +144,8 @@ const Index = () => {
file={contextMenu.file} file={contextMenu.file}
/> />
)} )}
{serverId && (
<div className="flex p-4 gap-4"> <div className="flex p-4 gap-4">
<BreadCrumbs <BreadCrumbs
serverId={serverId} serverId={serverId}
@@ -151,6 +153,7 @@ const Index = () => {
changeDirectory={changeDirectory} changeDirectory={changeDirectory}
/> />
</div> </div>
)}
{serverId && {serverId &&
fileList.map((file: FileProps) => ( fileList.map((file: FileProps) => (