fbi-cde/crime-data-frontend

View on GitHub
src/containers/TrendContainer.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

  render() {
    const { places, summaries, region, states, filters } = this.props
    const placeName = lookupDisplayName(filters, region.regions, states.states)
    const isReady = !summaries.loading

Severity: Major
Found in src/containers/TrendContainer.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status