AugurProject/augur-ui

View on GitHub
src/modules/orders/actions/load-account-orders.js

Summary

Maintainability
A
1 hr
Test Coverage

Function loadAccountOrders has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const loadAccountOrders = (options = {}, callback = logError) => (
  dispatch,
  getState
) => {
  const { universe, loginAccount } = getState();
Severity: Minor
Found in src/modules/orders/actions/load-account-orders.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status