web: Components: Removed unused ref at Row component.

This commit is contained in:
Ilya Oleshko 2019-08-29 15:55:42 +03:00
parent 751046a059
commit ee85f740f5

View File

@ -75,7 +75,7 @@ class Row extends React.PureComponent {
const { checked, element, children, contextOptions } = this.props;
return (
<StyledRow {...this.props}>
<StyledRow ref={this.rowRef} {...this.props}>
{this.props.hasOwnProperty("checked") &&
<StyledCheckbox>
<Checkbox isChecked={checked} onChange={this.changeCheckbox} />