diff --git a/app/gabsocial/components/intersection_observer_article.js b/app/gabsocial/components/intersection_observer_article.js index a40f9c4b8..04a64dccd 100644 --- a/app/gabsocial/components/intersection_observer_article.js +++ b/app/gabsocial/components/intersection_observer_article.js @@ -120,14 +120,7 @@ export default class IntersectionObserverArticle extends React.Component { } return ( -
+
{children && React.cloneElement(children, { hidden: false })}
);