We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf4f45 commit 27e4140Copy full SHA for 27e4140
src/BootstrapTable.js
@@ -200,7 +200,7 @@ class BootstrapTable extends Component {
200
style: column.props.tdStyle
201
};
202
203
- if ((column).type !== TableHeaderColumn && React.isValidElement(column.props.children)) {
+ if (column.type !== TableHeaderColumn && React.isValidElement(column.props.children)) {
204
columnDescription = {
205
...columnDescription,
206
...this.getColumnDescription(React.Children.only(column.props.children))
0 commit comments