Resolved suggestions in reivew

pull/717/head
Vincent 6 years ago
parent d217c76647
commit 6a4df71421

@ -213,8 +213,6 @@ export class LeftPane extends React.Component<Props, State> {
clearSearch={clearSearch} clearSearch={clearSearch}
/> />
); );
// Render Message View Also!
} }
private renderContactSection() { private renderContactSection() {

@ -17,7 +17,6 @@ import { cleanSearchTerm } from '../../util/cleanSearchTerm';
import { SearchOptions } from '../../types/Search'; import { SearchOptions } from '../../types/Search';
import { validateNumber } from '../../types/PhoneNumber'; import { validateNumber } from '../../types/PhoneNumber';
import { LeftPane, RowRendererParamsType } from '../LeftPane'; import { LeftPane, RowRendererParamsType } from '../LeftPane';
import { SessionButton, SessionButtonType } from './SessionButton';
export interface Props { export interface Props {
searchTerm: string; searchTerm: string;

Loading…
Cancel
Save