AugurProject/augur-ui

View on GitHub
src/modules/market-charts/containers/market-outcomes-chart.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const mapStateToProps = (state, ownProps) => {
  const {
    creationTime = {},
    maxPrice = createBigNumber(1),
    minPrice = createBigNumber(0),
Severity: Minor
Found in src/modules/market-charts/containers/market-outcomes-chart.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status