FIX: flag action buttons are missing when visiting flags from the hamburger menu
This commit is contained in:
parent
3e3fdfc717
commit
9c7a02192a
|
@ -36,7 +36,7 @@ export default createWidget('hamburger-menu', {
|
|||
const { currentUser } = this;
|
||||
|
||||
const links = [{ route: 'admin', className: 'admin-link', icon: 'wrench', label: 'admin_title' },
|
||||
{ href: '/admin/flags/index',
|
||||
{ href: '/admin/flags',
|
||||
className: 'flagged-posts-link',
|
||||
icon: 'flag',
|
||||
label: 'flags_title',
|
||||
|
|
Loading…
Reference in New Issue