fix
This commit is contained in:
@@ -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) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user