remove getconvs

pull/1118/head
Vincent 5 years ago
parent 843be3921e
commit af48865c92

@ -203,8 +203,6 @@ export class LeftPaneMessageSection extends React.Component<Props, any> {
}
public render(): JSX.Element {
const conversations = this.getCurrentConversations();
return (
<div className="session-left-pane-section-content">
{this.renderHeader()}

Loading…
Cancel
Save