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;