AugurProject/augur-ui

View on GitHub
src/modules/portfolio/containers/reports.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function mapStateToProps has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const mapStateToProps = state => {
  const PAGINATION_COUNT = 10;
  const forkedMarket = state.universe.isForking
    ? selectMarket(state.universe.forkingMarket)
    : null;
Severity: Major
Found in src/modules/portfolio/containers/reports.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status