Commit 67eb5055550789023576777356393e04abde7258

Authored by Victor Costa
2 parents 33aa52c9 dfeaff92
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 89 }
90 90  
91 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 95 private getPages() {
... ...