Skip to content

Commit 8045097

Browse files
author
KevinBrother
authored
Update Pagination.jsx
1 parent 1932b03 commit 8045097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pagination.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ class Pagination extends React.Component {
426426
{},
427427
);
428428

429-
const totalText = showTotal && (
429+
const totalText = showTotal && (
430430
<li className={`${prefixCls}-total-text`}>
431431
{showTotal(total, [
432432
total === 0 ? 0 : (current - 1) * pageSize + 1,

0 commit comments

Comments
 (0)