Updated scroll reload offset back to 600
• Updated: - scroll reload offset back to 600
This commit is contained in:
@@ -133,7 +133,7 @@ export default class ScrollableList extends PureComponent {
|
||||
// reload
|
||||
}
|
||||
|
||||
if (1500 > offset && this.props.onLoadMore && this.props.hasMore && !this.props.isLoading) {
|
||||
if (600 > offset && this.props.onLoadMore && this.props.hasMore && !this.props.isLoading) {
|
||||
this.props.onLoadMore();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user