AugurProject/augur-ui

View on GitHub
src/modules/market/containers/market-outcomes-and-positions.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const mapStateToProps = (state, ownProps) => {
  const market = selectMarket(ownProps.marketId);
  let openOrders = [];
  let positions = [];

Severity: Minor
Found in src/modules/market/containers/market-outcomes-and-positions.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status