diff --git a/ts/components/ConversationList.tsx b/ts/components/ConversationList.tsx index 09c91109a..1ad738b30 100644 --- a/ts/components/ConversationList.tsx +++ b/ts/components/ConversationList.tsx @@ -160,7 +160,7 @@ export const ConversationList: React.FC = ({ if (shouldRecomputeRowHeights && list) { list.recomputeRowHeights(); } - }, [shouldRecomputeRowHeights]); + }); const calculateRowHeight = useCallback( ({ index }: { index: number }): number => {