From: Rigel Kent Date: Fri, 6 Mar 2020 12:10:34 +0000 (+0100) Subject: Fix lint error introduced in #2539 X-Git-Tag: v2.2.0-rc.1~401 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0503e975b1ae6a85ddd2b8b89af8b412f848c321;p=oweals%2Fpeertube.git Fix lint error introduced in #2539 --- diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.ts b/client/src/app/videos/+video-watch/comment/video-comments.component.ts index 910a1761c..ba59e0a1d 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.ts +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.ts @@ -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()