SumOfUs/Champaign

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function render has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const { header, footer, errors } = this.props;

    const hasHeaderValue = this.hasValue(header);
    const hasFooterValue = this.hasValue(footer);
Severity: Major
Found in app/javascript/components/EmailEditor/EmailEditor.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status