Skip to content

Commit 2bd0406

Browse files
committed
Adds build assets
1 parent 10aedb1 commit 2bd0406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ return /******/ (function(modules) { // webpackBootstrap
255255

256256
// call the `next` function in the props to trigger the next data fetch
257257
if (atBottom && this.props.hasMore) {
258-
this.props.next();
259258
this.setState({ actionTriggered: true, showLoader: true });
259+
this.props.next();
260260
}
261261
this.setState({ lastScrollTop: target.scrollTop });
262262
}

0 commit comments

Comments
 (0)