saarnilauri/fida-imu

View on GitHub
src/components/hoc/getEntitySelect.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getEntitySelect has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const getEntitySelect = entity => {
  class EntitySelect extends Component {
    render() {
      const { ready, data, onChange, value } = this.props
      const { formatMessage } = this.props.intl
Severity: Minor
Found in src/components/hoc/getEntitySelect.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status