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

update on default folders

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