fbi-cde/crime-data-frontend

View on GitHub
src/components/explorer/ExplorerIntro.js

Summary

Maintainability
A
0 mins
Test Coverage

Avoid too many return statements within this function.
Invalid

  return (
    <ExplorerIntroState
      pageType={filters.pageType}
      place={filters.place}
      until={filters.until}
Severity: Major
Found in src/components/explorer/ExplorerIntro.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Invalid

        return (<ExplorerIntroRegion
          pageType={filters.pageType}
          until={filters.until}
          placeName={placeName}
          participation={participation.data[filters.place]}
    Severity: Major
    Found in src/components/explorer/ExplorerIntro.js - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status