Skip to content

Commit ec93ddb

Browse files
committed
fix #818
1 parent bbcd82e commit ec93ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pagination/PaginationList.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class PaginationList extends Component {
9292
</span> : null;
9393

9494
if (typeof paginationShowsTotal === 'function') {
95-
total = paginationShowsTotal(start, to, dataSize);
95+
total = paginationShowsTotal(start, to + 1, dataSize);
9696
}
9797

9898
const dropDownStyle = {

0 commit comments

Comments
 (0)