AugurProject/augur-ui

View on GitHub
src/modules/reports/actions/get-winning-balance.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getWinningBalance has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const getWinningBalance = (marketIds = [], callback = logError) => (
  dispatch,
  getState
) => {
  const { loginAccount } = getState();
Severity: Minor
Found in src/modules/reports/actions/get-winning-balance.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status