pacificclimate/climate-explorer-frontend

View on GitHub
src/components/data-presentation/UnfilteredDatasetsSummary/UnfilteredDatasetsSummary.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

  render() {
    function countsByGroup(meta, grouper) {
      const groupedByPropName = _.groupBy(meta, grouper);
      const countsByPropValue = _.map(groupedByPropName, (group, key) => ({
        key,

    There are no issues that match your filters.

    Category
    Status