Skip to content

Commit d7c190f

Browse files
committed
prod
1 parent 80fb5a6 commit d7c190f

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

dist/react-bootstrap-table.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,10 +1706,9 @@ return /******/ (function(modules) { // webpackBootstrap
17061706
}
17071707
}
17081708
} else {
1709-
_react2.default.Children.forEach(this.props.children.filter(function (_) {
1710-
return !!_;
1711-
}), function (child, i) {
1712-
if (child.props.width) {
1709+
// debugger;
1710+
_react2.default.Children.forEach(this.props.children, function (child, i) {
1711+
if (child && child.props.width) {
17131712
header[i].style.width = child.props.width + 'px';
17141713
header[i].style.minWidth = child.props.width + 'px';
17151714
}

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)