Skip to content

Commit

Permalink
fix #319
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Mar 8, 2016
1 parent 605ff9f commit 7d45b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BootstrapTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class BootstrapTable extends React.Component {
}

getColumnsDescription({ children }) {
return children.map((column, i) => {
return React.Children.map(children, (column, i) => {
return {
name: column.props.dataField,
align: column.props.dataAlign,
Expand Down

0 comments on commit 7d45b80

Please sign in to comment.