diff --git a/src/components/Feed/FeedComments.jsx b/src/components/Feed/FeedComments.jsx index cab9148a7..6f47bfa52 100644 --- a/src/components/Feed/FeedComments.jsx +++ b/src/components/Feed/FeedComments.jsx @@ -373,16 +373,6 @@ class FeedComments extends React.Component { {(matches) => (matches ? (
-
- {commentRows} - {hasMoreComments && -
- - {isLoadingComments ? 'Loading...' : 'load earlier posts'} - -
- } -
{allowComments &&
} +
+ {commentRows} + {hasMoreComments && +
+ + {isLoadingComments ? 'Loading...' : 'load earlier posts'} + +
+ } +
) : (