18F/cg-dashboard

View on GitHub
static_src/components/create_service_instance.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function formContent has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  get formContent() {
    const serviceName = this.serviceName;
    if (CF_CLI_SERVICE_DETAILS.hasOwnProperty(serviceName)) {
      return (
        <Form
Severity: Major
Found in static_src/components/create_service_instance.jsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status