Skip to content

Commit 37032fb

Browse files
authored
Merge pull request #1011 from nickryall/master
Fix propTypes for tdStyle and thStyle
2 parents e70c095 + 377d4bf commit 37032fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TableHeaderColumn.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ TableHeaderColumn.propTypes = {
262262
export: PropTypes.bool,
263263
expandable: PropTypes.bool,
264264
tdAttr: PropTypes.object,
265-
tdStyle: PropTypes.Object,
266-
thStyle: PropTypes.Object
265+
tdStyle: PropTypes.object,
266+
thStyle: PropTypes.object
267267
};
268268

269269
TableHeaderColumn.defaultProps = {

0 commit comments

Comments
 (0)