Skip to content

Commit 20284d2

Browse files
committed
fix #1518
1 parent 817f860 commit 20284d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pagination/PaginationList.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ class PaginationList extends Component {
125125
{
126126
content ||
127127
[ (
128-
<div className='col-md-6 col-xs-6 col-sm-6 col-lg-6'>
128+
<div key='paging-left' className='col-md-6 col-xs-6 col-sm-6 col-lg-6'>
129129
{ total }{ sizePerPageList.length > 1 ? dropdown : null }
130130
</div>
131131
), (
132-
<div style={ { display: hidePageList } }
132+
<div key='paging-right' style={ { display: hidePageList } }
133133
className='col-md-6 col-xs-6 col-sm-6 col-lg-6'>
134134
{ pageBtns }
135135
</div>

0 commit comments

Comments
 (0)