bokuweb/tuna_pasta

View on GitHub
src/components/pasta.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    if (!this.props.feed.isInitialized) return <div className="rect-spinner"></div>;
    const feed = this.props.feed[this.props.menu.activeKeyword];
    return (
      <div id="container">
Severity: Minor
Found in src/components/pasta.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status