Added blocks, mutes links to SidebarXS and SidebarMorePopover

• Added:
- blocks, mutes links to SidebarXS and SidebarMorePopover
This commit is contained in:
mgabdev
2020-06-10 20:36:00 -04:00
parent 5665094fd0
commit 10686f32ef
2 changed files with 22 additions and 12 deletions

View File

@@ -148,18 +148,18 @@ class SidebarXS extends ImmutablePureComponent {
// onClick: this.handleSidebarClose,
// title: intl.formatMessage(messages.follow_requests),
// },
// {
// icon: 'block',
// to: '/blocks',
// onClick: this.handleSidebarClose,
// title: intl.formatMessage(messages.blocks),
// },
// {
// icon: 'audio-mute',
// to: '/mutes',
// onClick: this.handleSidebarClose,
// title: intl.formatMessage(messages.mutes),
// },
{
icon: 'block',
to: '/settings/blocks',
onClick: this.handleSidebarClose,
title: intl.formatMessage(messages.blocks),
},
{
icon: 'audio-mute',
to: '/settings/mutes',
onClick: this.handleSidebarClose,
title: intl.formatMessage(messages.mutes),
},
// {
// icon: 'report',
// to: '/filters',