AugurProject/augur-ui

View on GitHub
src/modules/markets/selectors/user-markets.js

Summary

Maintainability
A
1 hr
Test Coverage

Function selectAverageTradeSize has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  marketPriceHistory => {
    if (!marketPriceHistory) return 0;
    const initialState = {
      shares: ZERO,
      trades: 0
Severity: Minor
Found in src/modules/markets/selectors/user-markets.js - About 1 hr to fix

    TODO found
    Open

            ...market, // TODO -- cleanup this object

    There are no issues that match your filters.

    Category
    Status