diff --git a/src/components/pagination/nz-pagination.component.ts b/src/components/pagination/nz-pagination.component.ts index ab8b44c5b61..ec4974c4887 100644 --- a/src/components/pagination/nz-pagination.component.ts +++ b/src/components/pagination/nz-pagination.component.ts @@ -282,7 +282,7 @@ export class NzPaginationComponent { _jumpPage(index) { if (index === this._firstIndex - 1 || index === this._lastIndex + 1 || index === this.nzPageIndex) { - return + return ; } if (index < this._firstIndex) {