We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8834f08 commit ee3d7d3Copy full SHA for ee3d7d3
lib/pagination/index.js
@@ -79,9 +79,9 @@ class Pagination extends Component {
79
>
80
{1}
81
</div>,
82
- total > 5 && currentActive > 2 ? this.renderDots('left') : null,
+ total > 5 && currentActive > 3 ? this.renderDots('left') : null,
83
total >= 3 && steps,
84
- total > 5 && currentActive < total - 1 ? this.renderDots('right') : null,
+ total > 5 && currentActive < total - 2 ? this.renderDots('right') : null,
85
total >= 2 && (
86
<div
87
className={classnames(theme['pagination-steps'], {
0 commit comments