From 0503e975b1ae6a85ddd2b8b89af8b412f848c321 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 6 Mar 2020 13:10:34 +0100 Subject: Fix lint error introduced in #2539 --- client/src/app/videos/+video-watch/comment/video-comments.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/videos') 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() -- cgit v1.2.3