Skip to content

Commit 13307d2

Browse files
committed
fixed infinite scorll bug
1 parent 5d0224c commit 13307d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/dictionary/courselist/CourseListSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import {
3232
getTermOptions,
3333
} from '../../../../common/searchOptions';
3434

35-
const REFRESH_LIMIT = 10;
35+
const REFRESH_LIMIT = 20;
3636

3737
class CourseListSection extends Component {
3838
constructor(props) {

0 commit comments

Comments
 (0)