diff --git a/app/soapbox/components/scrollable_list.js b/app/soapbox/components/scrollable_list.js index 617cae7b4..d5e4975a1 100644 --- a/app/soapbox/components/scrollable_list.js +++ b/app/soapbox/components/scrollable_list.js @@ -207,9 +207,10 @@ export default class ScrollableList extends PureComponent { } getMoreFollows = () => { - const { scrollKey, isLoading, diffCount } = this.props; + const { scrollKey, isLoading, diffCount, hasMore } = this.props; const isMoreFollows = ['followers', 'following'].some(k => k === scrollKey); if (!(diffCount && isMoreFollows)) return null; + if (hasMore) return null; return (