From af48865c9256e652f46ee3340959d7fdbd463b02 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 12 May 2020 15:01:12 +1000 Subject: [PATCH] remove getconvs --- ts/components/session/LeftPaneMessageSection.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ts/components/session/LeftPaneMessageSection.tsx b/ts/components/session/LeftPaneMessageSection.tsx index e49ff79c9..e29b942b1 100644 --- a/ts/components/session/LeftPaneMessageSection.tsx +++ b/ts/components/session/LeftPaneMessageSection.tsx @@ -203,8 +203,6 @@ export class LeftPaneMessageSection extends React.Component { } public render(): JSX.Element { - const conversations = this.getCurrentConversations(); - return (
{this.renderHeader()}