Fixed issue with Following/Followers scrolling to top on infinite scroll pagination

• Fixed:
- issue with Following/Followers scrolling to top on infinite scroll pagination
This commit is contained in:
mgabdev 2021-02-15 20:48:19 -05:00
parent d91df58eb9
commit 0edaaa95d7
2 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ class Followers extends ImmutablePureComponent {
scrollKey='followers'
hasMore={hasMore}
isLoading={isLoading}
showLoading={isLoading}
onLoadMore={this.handleLoadMore}
placeholderComponent={AccountPlaceholder}
placeholderCount={4}

View File

@ -54,7 +54,6 @@ class Following extends ImmutablePureComponent {
scrollKey='following'
hasMore={hasMore}
isLoading={isLoading}
showLoading={isLoading}
onLoadMore={this.handleLoadMore}
placeholderComponent={AccountPlaceholder}
placeholderCount={4}