Skip to content
Snippets Groups Projects
Commit ebd8dcec authored by Ganapathi Subramanyam  Jayam's avatar Ganapathi Subramanyam Jayam 🎯
Browse files

update on default folders

parent 84a5544e
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ const Hero = ({ handleLogout }) => { ...@@ -38,7 +38,7 @@ const Hero = ({ handleLogout }) => {
<FolderNav currentFolder={folder} /> <FolderNav currentFolder={folder} />
<AddFolder currentFolder={folder} /> <AddFolder currentFolder={folder} />
{childFolders.length == 0 && folder.parentId == null && ( {childFolders.length == 0 && folder.parentId == null && folder.id!=null && (
<Deffolders currentFolder={folder} /> <Deffolders currentFolder={folder} />
)} )}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment