drinkingvideogames/mixer

View on GitHub
src/components/user/users-games-table.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

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

render () {
const usersGames = (
this.getGamesList().map((game, i) =>
<TableRow key={i}>
<TableRowColumn>{i + 1}</TableRowColumn>
Severity: Minor
Found in src/components/user/users-games-table.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status