Commit 67eb5055550789023576777356393e04abde7258
Exists in
staging
Merge branch 'master' into staging
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/article/comment/comments.component.ts
@@ -89,7 +89,7 @@ export class CommentsComponent { | @@ -89,7 +89,7 @@ export class CommentsComponent { | ||
89 | } | 89 | } |
90 | 90 | ||
91 | displayFullPagination() { | 91 | displayFullPagination() { |
92 | - return !this.parent && this.fullPagination && this.getPages() > 0; | 92 | + return !this.parent && this.fullPagination && this.getPages() > 1; |
93 | } | 93 | } |
94 | 94 | ||
95 | private getPages() { | 95 | private getPages() { |