jaredpalmer/react-email-workflow

View on GitHub
client/components/Input.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const { style, rows, ...rest } = this.props;
    const border = this.state.focused
      ? '1px solid #a6aebb'
      : '1px solid #edeff1';
Severity: Minor
Found in client/components/Input.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status