kumabook/spread_beaver_frontend

View on GitHub
lib/containers/StreamTabs.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const tabs = this.props.streams.map(stream => (
      <Tab key={`tab:${stream.id}`} label={stream.label} value={stream.id} />
    ));
    const views = this.props.streams.map((stream, index) => {
Severity: Minor
Found in lib/containers/StreamTabs.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status