y-temp4/quambu

View on GitHub

Showing 2 of 12 total issues

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

  render() {
    return (
      <div>
        <Header toggleDrower={this.toggleDrower} />
        <SideMenu
Severity: Major
Found in src/components/app.jsx - About 2 hrs to fix

    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
      Severity
      Category
      Status
      Source
      Language