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} file={contextMenu.file}
/> />
)} )}
<div className="flex p-4 gap-4">
<BreadCrumbs {serverId && (
serverId={serverId} <div className="flex p-4 gap-4">
path={path} <BreadCrumbs
changeDirectory={changeDirectory} serverId={serverId}
/> path={path}
</div> changeDirectory={changeDirectory}
/>
</div>
)}
{serverId && {serverId &&
fileList.map((file: FileProps) => ( fileList.map((file: FileProps) => (