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