diff options
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comments.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
193 | return this.authService.isLoggedIn() | 193 | return this.authService.isLoggedIn() |
194 | } | 194 | } |
195 | 195 | ||
196 | onNearOfBottom () { | 196 | onNearOfBottom () { |
197 | if (hasMoreItems(this.componentPagination)) { | 197 | if (hasMoreItems(this.componentPagination)) { |
198 | this.componentPagination.currentPage++ | 198 | this.componentPagination.currentPage++ |
199 | this.loadMoreThreads() | 199 | this.loadMoreThreads() |