disable list tab on contact section (not included in first release)

This commit is contained in:
Audric Ackermann 2020-01-09 14:29:26 +11:00
parent 68c54eb422
commit 5ef3a3086d

View file

@ -81,7 +81,8 @@ export class LeftPaneContactSection extends React.Component<Props, State> {
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,