We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3372fb6 commit 931f352Copy full SHA for 931f352
src/app/organisms/navigation/Drawer.jsx
@@ -64,7 +64,9 @@ function Drawer() {
64
<div className="drawer">
65
<DrawerHeader selectedTab={selectedTab} spaceId={spaceId} />
66
<div className="drawer__content-wrapper">
67
- {navigation.selectedSpacePath.length > 1 && <DrawerBreadcrumb spaceId={spaceId} />}
+ {navigation.selectedSpacePath.length > 1 && selectedTab !== cons.tabs.DIRECTS && (
68
+ <DrawerBreadcrumb spaceId={spaceId} />
69
+ )}
70
<div className="rooms__wrapper">
71
<ScrollView ref={scrollRef} autoHide>
72
<div className="rooms-container">
0 commit comments