web: Components: Fixed ESlint Warnings at RowContainer component.

This commit is contained in:
Ilya Oleshko 2019-09-10 09:01:34 +03:00
parent 28a840ec91
commit bddbc39635

View File

@ -17,7 +17,7 @@ class RowContainer extends React.PureComponent {
this.state = {
contextOptions: []
};
};
}
onRowContextClick = (options) => {
if (Array.isArray(options)) {
@ -75,7 +75,7 @@ class RowContainer extends React.PureComponent {
</StyledRowContainer>
);
}
};
}
RowContainer.propTypes = {
itemHeight: PropTypes.number,