1
0
Fork 0

Fix lint error introduced in #2539

This commit is contained in:
Rigel Kent 2020-03-06 13:10:34 +01:00
parent 25ae4f9572
commit 0503e975b1
No known key found for this signature in database
GPG key ID: 5E53E96A494E452F

View file

@ -193,7 +193,7 @@ export class VideoCommentsComponent implements OnInit, OnChanges, OnDestroy {
return this.authService.isLoggedIn()
}
onNearOfBottom () {
onNearOfBottom () {
if (hasMoreItems(this.componentPagination)) {
this.componentPagination.currentPage++
this.loadMoreThreads()