Fix lint error introduced in #2539

pull/2541/head
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
1 changed files with 1 additions and 1 deletions

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()