Skip to content

Commit 8abc945

Browse files
committed
prod
1 parent 20284d2 commit 8abc945

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/react-bootstrap-table.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11185,12 +11185,12 @@ return /******/ (function(modules) { // webpackBootstrap
1118511185
{ className: 'row', style: { marginTop: 15 } },
1118611186
content || [_react2.default.createElement(
1118711187
'div',
11188-
{ className: 'col-md-6 col-xs-6 col-sm-6 col-lg-6' },
11188+
{ key: 'paging-left', className: 'col-md-6 col-xs-6 col-sm-6 col-lg-6' },
1118911189
total,
1119011190
sizePerPageList.length > 1 ? dropdown : null
1119111191
), _react2.default.createElement(
1119211192
'div',
11193-
{ style: { display: hidePageList },
11193+
{ key: 'paging-right', style: { display: hidePageList },
1119411194
className: 'col-md-6 col-xs-6 col-sm-6 col-lg-6' },
1119511195
pageBtns
1119611196
)]

dist/react-bootstrap-table.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)