18F/cg-dashboard

View on GitHub
static_src/components/env/env_var_list_item.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const { name, value, app, updateError, deleteError, onUpdate } = this.props;
    const { editing, deleting } = this.state;
    const { updating } = app;

Severity: Minor
Found in static_src/components/env/env_var_list_item.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status