SumOfUs/Champaign

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

  render() {
    const { restrictedCountryCode } = this.props;
    const className = classnames(
      {
        SweetPhoneInput__root: true,
Severity: Major
Found in app/javascript/components/SweetPhoneInput/SweetPhoneInput.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status