Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f0a96ea

Browse files
Fix lint error
1 parent 275e0e1 commit f0a96ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/my-challenges/my-challenges.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ import _ from 'lodash'
149149
window.onscroll = function() {
150150
if ((window.innerHeight + window.scrollY) >= document.body.offsetHeight) {
151151
if (vm.totalCount > vm.myChallenges.length) {
152-
vm.loadMore();
152+
vm.loadMore()
153153
}
154154
}
155155
}

0 commit comments

Comments
 (0)