From 6a4df7142148f294333284887ade213d6ce7540b Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 15 Jan 2020 13:59:25 +1100 Subject: [PATCH] Resolved suggestions in reivew --- ts/components/LeftPane.tsx | 2 -- ts/components/session/LeftPaneMessageSection.tsx | 1 - 2 files changed, 3 deletions(-) diff --git a/ts/components/LeftPane.tsx b/ts/components/LeftPane.tsx index 053de297a..11bbfcf05 100644 --- a/ts/components/LeftPane.tsx +++ b/ts/components/LeftPane.tsx @@ -213,8 +213,6 @@ export class LeftPane extends React.Component { clearSearch={clearSearch} /> ); - - // Render Message View Also! } private renderContactSection() { diff --git a/ts/components/session/LeftPaneMessageSection.tsx b/ts/components/session/LeftPaneMessageSection.tsx index 014812e2f..12ad0edea 100644 --- a/ts/components/session/LeftPaneMessageSection.tsx +++ b/ts/components/session/LeftPaneMessageSection.tsx @@ -17,7 +17,6 @@ import { cleanSearchTerm } from '../../util/cleanSearchTerm'; import { SearchOptions } from '../../types/Search'; import { validateNumber } from '../../types/PhoneNumber'; import { LeftPane, RowRendererParamsType } from '../LeftPane'; -import { SessionButton, SessionButtonType } from './SessionButton'; export interface Props { searchTerm: string;