alexzherdev/foosballtracker

View on GitHub
src/js/containers/TeamStatsContainer.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const stats = this.props.stats;
    if (!stats) {
      return (<div>Loading...</div>);
    }
Severity: Minor
Found in src/js/containers/TeamStatsContainer.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status