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 (
-