Fixed issue with TrendsBreakingPanel in HomePage to be inside WrappedBundle
• Fixed: - issue with TrendsBreakingPanel in HomePage to be inside WrappedBundle
This commit is contained in:
parent
5e11576de4
commit
0bfc0f2f38
@ -85,7 +85,7 @@ class HomePage extends React.PureComponent {
|
||||
UserPanel,
|
||||
ProgressPanel,
|
||||
<WrappedBundle component={ProPanel} componentParams={{ isPro: isPro }} />,
|
||||
TrendsBreakingPanel,
|
||||
<WrappedBundle component={TrendsBreakingPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded }} />,
|
||||
<WrappedBundle component={ShopPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded }} />,
|
||||
<WrappedBundle component={ListsPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded }} />,
|
||||
<WrappedBundle component={UserSuggestionsPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded }} />,
|
||||
|
Loading…
x
Reference in New Issue
Block a user