Removed UserSuggestionsPanel from HomePage sidebar for now
• Removed: - UserSuggestionsPanel from HomePage sidebar for now
This commit is contained in:
parent
265cdbb548
commit
ddfafa7d53
|
@ -86,7 +86,7 @@ class HomePage extends React.PureComponent {
|
|||
|
||||
if (this.props.isPro) {
|
||||
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' }} />)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue