From 5ef3a3086d5a763eb3c225e8a197b9ce11bf4e73 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 9 Jan 2020 14:29:26 +1100 Subject: [PATCH] disable list tab on contact section (not included in first release) --- ts/components/session/LeftPaneContactSection.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/components/session/LeftPaneContactSection.tsx b/ts/components/session/LeftPaneContactSection.tsx index 4132f32c0..99ef79514 100644 --- a/ts/components/session/LeftPaneContactSection.tsx +++ b/ts/components/session/LeftPaneContactSection.tsx @@ -81,7 +81,8 @@ export class LeftPaneContactSection extends React.Component { public renderHeader(): JSX.Element | undefined { const { receivedFriendRequestCount } = this.props; - const labels = [window.i18n('contactsHeader'), window.i18n('lists')]; + // The feature "organize your friends as custom list" is not included in the first release + const labels = [window.i18n('contactsHeader')/*, window.i18n('lists')*/]; return LeftPane.RENDER_HEADER( labels,