Removed shortcuts in ProfileOptionsPopover for now
• Removed: - shortcuts in ProfileOptionsPopover for now
This commit is contained in:
parent
40a8667611
commit
dbc34f1df6
@ -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({
|
||||||
|
Loading…
Reference in New Issue
Block a user