Hiding Pro Feed, Explore page for now

• Hiding:
- Pro Feed, Explore page for now
This commit is contained in:
mgabdev
2020-07-02 01:52:50 -04:00
parent f3b57b5810
commit 643026e885
6 changed files with 23 additions and 23 deletions

View File

@@ -39,7 +39,7 @@ const messages = defineMessages({
chat: { id: 'tabs_bar.chat', defaultMessage: 'Chat' },
help: { id: 'getting_started.help', defaultMessage: 'Help' },
display: { id: 'display_options', defaultMessage: 'Display Options' },
pro: { id: 'pro_feed', defaultMessage: 'Pro Feed' },
proFeed: { id: 'pro_feed', defaultMessage: 'Pro Feed' },
})
const mapStateToProps = (state) => ({
@@ -131,12 +131,12 @@ class SidebarXS extends ImmutablePureComponent {
onClick: this.handleSidebarClose,
title: intl.formatMessage(messages.search),
},
{
icon: 'circle',
to: '/timeline/pro',
onClick: this.handleSidebarClose,
title: intl.formatMessage(messages.pro),
},
// {
// icon: 'circle',
// to: '/timeline/pro',
// onClick: this.handleSidebarClose,
// title: intl.formatMessage(messages.proFeed),
// },
{
icon: 'cog',
href: '/settings/preferences',