Removed UserSuggestionsPanel from HomePage sidebar for now

• Removed:
- UserSuggestionsPanel from HomePage sidebar for now
This commit is contained in:
mgabdev 2021-01-13 23:25:57 -05:00
parent 265cdbb548
commit ddfafa7d53
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class HomePage extends React.PureComponent {
if (this.props.isPro) { if (this.props.isPro) {
sidebarLayout.push(<WrappedBundle component={ListsPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded }} />) sidebarLayout.push(<WrappedBundle component={ListsPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded }} />)
sidebarLayout.push(<WrappedBundle component={UserSuggestionsPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded }} />) // sidebarLayout.push(<WrappedBundle component={UserSuggestionsPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded }} />)
sidebarLayout.push(<WrappedBundle component={GroupsPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded, groupType: 'member' }} />) sidebarLayout.push(<WrappedBundle component={GroupsPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded, groupType: 'member' }} />)
} }