Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3357824
D14021.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D14021.diff
View Options
diff --git a/web/sidebar/community-drawer.react.js b/web/sidebar/community-drawer.react.js
--- a/web/sidebar/community-drawer.react.js
+++ b/web/sidebar/community-drawer.react.js
@@ -12,7 +12,6 @@
import CommunityDrawerItemCommunity from './community-drawer-item-community.react.js';
import css from './community-drawer.css';
-import { ThreadListProvider } from '../chat/thread-list-provider.js';
import { useSelector } from '../redux/redux-utils.js';
const maxDepth = 2;
@@ -64,12 +63,10 @@
const calStyle = tab !== 'calendar' ? css.hidden : null;
return (
- <ThreadListProvider>
- <div className={css.container}>
- <div className={defaultStyle}>{communitiesComponentsDefault}</div>
- <div className={calStyle}>{communitiesComponentsCal}</div>
- </div>
- </ThreadListProvider>
+ <div className={css.container}>
+ <div className={defaultStyle}>{communitiesComponentsDefault}</div>
+ <div className={calStyle}>{communitiesComponentsCal}</div>
+ </div>
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 1:48 AM (19 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577585
Default Alt Text
D14021.diff (1 KB)
Attached To
Mode
D14021: [web] Don't render ThreadListProvider in CommunityDrawer
Attached
Detach File
Event Timeline
Log In to Comment