AugurProject/augur-ui

View on GitHub
src/modules/market/components/market-positions-list--mobile-positions/market-positions-list--mobile-positions.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function render has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const { pendingOrders, position } = this.props;
    const orderText = pendingOrders.length > 1 ? "Orders" : "Order";

    return (

    There are no issues that match your filters.

    Category
    Status