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