Removed shortcuts in ProfileOptionsPopover for now

• Removed:
- shortcuts in ProfileOptionsPopover for now
This commit is contained in:
mgabdev 2020-06-05 17:27:43 -04:00
parent 40a8667611
commit dbc34f1df6

View File

@ -240,12 +240,12 @@ class ProfileOptionsPopover extends PureComponent {
onClick: this.handleAddToList onClick: this.handleAddToList
}) })
menu.push({ // menu.push({
hideArrow: true, // hideArrow: true,
icon: 'circle', // icon: 'circle',
title: intl.formatMessage(messages.add_or_remove_from_shortcuts), // title: intl.formatMessage(messages.add_or_remove_from_shortcuts),
onClick: this.handleAddToShortcuts // onClick: this.handleAddToShortcuts
}) // })
if (isStaff) { if (isStaff) {
menu.push({ menu.push({