Removed Add to list in ProfileOptionsPopover for now

• Removed:
- Add to list in ProfileOptionsPopover for now
This commit is contained in:
mgabdev 2020-06-15 23:34:44 -04:00
parent fc3bcf54be
commit d2f9886a88

View File

@ -199,12 +199,12 @@ class ProfileOptionsPopover extends PureComponent {
onClick: this.handleReport onClick: this.handleReport
}) })
menu.push({ // menu.push({
hideArrow: true, // hideArrow: true,
icon: 'list', // icon: 'list',
title: intl.formatMessage(messages.add_to_list), // title: intl.formatMessage(messages.add_to_list),
onClick: this.handleAddToList // onClick: this.handleAddToList
}) // })
// menu.push({ // menu.push({
// hideArrow: true, // hideArrow: true,