SumOfUs/Champaign

View on GitHub
app/javascript/components/FieldShape/FieldShape.js

Summary

Maintainability
A
1 hr
Test Coverage

Function renderField has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  renderField(type) {
    const fieldProps = this.fieldProps();
    const {
      field: { default_value, name, choices },
    } = this.props;
Severity: Minor
Found in app/javascript/components/FieldShape/FieldShape.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status