Skip to content

Commit

Permalink
fix #1611
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Sep 13, 2017
1 parent 8ba60d8 commit 031a99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default {
not eq offsetWidth in large column table **/
style.minWidth = width;
}
return (<col style={ style } key={ i } className={ column.className }></col>);
return (<col style={ style } key={ i }></col>);
});

return (
Expand Down

0 comments on commit 031a99d

Please sign in to comment.