Added featured groups timeline injection back to timeline
• Added: - featured groups timeline injection back to timeline
This commit is contained in:
parent
6234cde19c
commit
183e46aa57
|
@ -55,7 +55,7 @@ class TimelineInjectionRoot extends React.PureComponent {
|
|||
//Since not on mobile this should not be visible
|
||||
if (!isXS && type === TIMELINE_INJECTION_PWA) return <div />
|
||||
|
||||
if (type === TIMELINE_INJECTION_FEATURED_GROUPS || type === TIMELINE_INJECTION_USER_SUGGESTIONS) return <div />
|
||||
if (type === TIMELINE_INJECTION_USER_SUGGESTIONS) return <div />
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue