diff --git a/web/chat/chat-thread-list-sidebar.react.js b/web/chat/chat-thread-list-sidebar.react.js --- a/web/chat/chat-thread-list-sidebar.react.js +++ b/web/chat/chat-thread-list-sidebar.react.js @@ -18,9 +18,13 @@ const { threadInfo, mostRecentNonLocalMessage } = sidebarInfo; const threadID = threadInfo.id; const active = useThreadIsActive(threadID); - const activeStyle = active ? css.activeThread : null; + return ( -
+