diff --git a/ts/components/leftpane/LeftPaneMessageSection.tsx b/ts/components/leftpane/LeftPaneMessageSection.tsx index 95ef19647..1af354f24 100644 --- a/ts/components/leftpane/LeftPaneMessageSection.tsx +++ b/ts/components/leftpane/LeftPaneMessageSection.tsx @@ -112,6 +112,7 @@ export class LeftPaneMessageSection extends React.Component { rowRenderer={this.renderRow} width={width} autoHeight={false} + conversationIds={conversationIds} /> )}