mirror of https://github.com/Chocobozzz/PeerTube
Fix lint error introduced in #2539
parent
25ae4f9572
commit
0503e975b1
|
@ -193,7 +193,7 @@ export class VideoCommentsComponent implements OnInit, OnChanges, OnDestroy {
|
||||||
return this.authService.isLoggedIn()
|
return this.authService.isLoggedIn()
|
||||||
}
|
}
|
||||||
|
|
||||||
onNearOfBottom () {
|
onNearOfBottom () {
|
||||||
if (hasMoreItems(this.componentPagination)) {
|
if (hasMoreItems(this.componentPagination)) {
|
||||||
this.componentPagination.currentPage++
|
this.componentPagination.currentPage++
|
||||||
this.loadMoreThreads()
|
this.loadMoreThreads()
|
||||||
|
|
Loading…
Reference in New Issue