diff --git a/app/javascript/gabsocial/components/timeline_injections/timeline_injection_root.js b/app/javascript/gabsocial/components/timeline_injections/timeline_injection_root.js index fbab3349..26841f80 100644 --- a/app/javascript/gabsocial/components/timeline_injections/timeline_injection_root.js +++ b/app/javascript/gabsocial/components/timeline_injections/timeline_injection_root.js @@ -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
- if (type === TIMELINE_INJECTION_FEATURED_GROUPS || type === TIMELINE_INJECTION_USER_SUGGESTIONS) return
+ if (type === TIMELINE_INJECTION_USER_SUGGESTIONS) return
return (