Merge branch 'feature/IO-2208-chat-affix' into release/2023-06-09

This commit is contained in:
Patrick Fic
2023-06-08 11:20:10 -07:00
3 changed files with 14 additions and 101 deletions

View File

@@ -29,15 +29,8 @@ function ChatConversationListComponent({
conversationList,
selectedConversation,
setSelectedConversation,
subscribeToMoreConversations,
loadMoreConversations,
}) {
useEffect(
() => subscribeToMoreConversations(),
// eslint-disable-next-line react-hooks/exhaustive-deps
[]
);
const cache = new CellMeasurerCache({
fixedWidth: true,
defaultHeight: 60,