y-temp4/quambu

View on GitHub
src/components/item-list.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const { items, bookmarkCount, stockCount, hasSubData, message, title } = this.props;
    const filteredItems =
      items.slice(0, 20).filter(item => this.refineByCount(item, bookmarkCount, stockCount));
    if (!hasSubData) {
Severity: Minor
Found in src/components/item-list.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status