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