Fix space add options visible in home
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
@@ -48,8 +48,6 @@ function DrawerBreadcrumb({ spaceId }) {
|
||||
};
|
||||
}, [spaceId]);
|
||||
|
||||
if (spacePath.length === 1) return null;
|
||||
|
||||
function getHomeNotiExcept(childId) {
|
||||
const orphans = roomList.getOrphans();
|
||||
const childIndex = orphans.indexOf(childId);
|
||||
|
||||
Reference in New Issue
Block a user