disable onClick on ConversationListItem

pull/712/head
Audric Ackermann 5 years ago
parent 05bbc43b22
commit cf7747b92d

@ -233,7 +233,6 @@ export class LeftPaneContactSection extends React.Component<Props, any> {
key, key,
style, style,
}: RowRendererParamsType): JSX.Element | undefined => { }: RowRendererParamsType): JSX.Element | undefined => {
const { openConversationInternal } = this.props;
const friends = this.getCurrentFriends(); const friends = this.getCurrentFriends();
const friendRequest = this.getFriendRequests(); const friendRequest = this.getFriendRequests();
@ -251,7 +250,6 @@ export class LeftPaneContactSection extends React.Component<Props, any> {
key={key} key={key}
style={style} style={style}
{...item} {...item}
onClick={openConversationInternal}
i18n={window.i18n} i18n={window.i18n}
/> />
); );

Loading…
Cancel
Save