Skip to content

Commit 031a99d

Browse files
committed
fix #1611
1 parent 8ba60d8 commit 031a99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default {
112112
not eq offsetWidth in large column table **/
113113
style.minWidth = width;
114114
}
115-
return (<col style={ style } key={ i } className={ column.className }></col>);
115+
return (<col style={ style } key={ i }></col>);
116116
});
117117

118118
return (

0 commit comments

Comments
 (0)