my-grocery-price-book/www

View on GitHub
app/javascript/src/PriceBook/components/book.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render: function () {
    var props = this.props;
    var state = this.state;

    var rendered_pages = state.pages.map(function (page) {
Severity: Minor
Found in app/javascript/src/PriceBook/components/book.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status