AugurProject/augur-ui

View on GitHub
src/modules/positions/selectors/positions-summary.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function generateMarketsPositionsSummary has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  markets => {
    if (!markets || !markets.length) {
      return null;
    }
    let position = ZERO;
Severity: Major
Found in src/modules/positions/selectors/positions-summary.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status