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

View File

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