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
1 changed files with 6 additions and 6 deletions

View File

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