Fixed tbodystyle bug

This commit is contained in:
Tanner Linsley
2016-10-26 19:15:36 -06:00
parent 9dd0333571
commit f242d2f3f6

View File

@@ -367,7 +367,7 @@ export default React.createClass({
</TheadComponent>
<TbodyComponent
className={classnames(this.props.tbodyClassName)}
style={classnames(this.props.tbodyStyle)}
style={this.props.tbodyStyle}
>
{pageRows.map((row, i) => {
const rowInfo = {