Skip to content

Commit 77bd6b5

Browse files
author
Patricio Albizu
committed
fix: solving nit
1 parent c6dd9c7 commit 77bd6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/paginator/paginator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { PaginationProvider } from './paginator-api';
1919
styleUrls: ['./paginator.component.scss'],
2020
changeDetection: ChangeDetectionStrategy.OnPush,
2121
template: `
22-
<div class="paginator" *ngIf="this.totalItems && this.totalItems > pageSizeOptions[0]">
22+
<div class="paginator" *ngIf="this.totalItems && this.totalItems > this.pageSize">
2323
<ht-label
2424
class="label"
2525
label="{{ this.firstItemNumberForPage() }}-{{ this.lastItemNumberForPage() }} of {{ this.totalItems }}"

0 commit comments

Comments
 (0)