Skip to content

Commit 11b272b

Browse files
authored
Merge pull request #122 from sparcs-kaist/fix@infinite-scroll
fixed infinite scorll bug
2 parents 5d0224c + 13307d2 commit 11b272b

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)