diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-06 13:10:34 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-06 13:10:34 +0100 |
commit | 0503e975b1ae6a85ddd2b8b89af8b412f848c321 (patch) | |
tree | ff2be94ff3163a766b714e342a750b05140b4c28 /client/src/app/videos | |
parent | 25ae4f957252842d9e2e55960a3b6b87d22544b7 (diff) | |
download | PeerTube-0503e975b1ae6a85ddd2b8b89af8b412f848c321.tar.gz PeerTube-0503e975b1ae6a85ddd2b8b89af8b412f848c321.tar.zst PeerTube-0503e975b1ae6a85ddd2b8b89af8b412f848c321.zip |
Fix lint error introduced in #2539
Diffstat (limited to 'client/src/app/videos')
-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() |