porkchopclub/porkchop

View on GitHub
app/javascript/components/scoreboard/InactivePlayersList.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const InactivePlayersList = (props) => {
  const { retiredPlayers, unretiredPlayers, activatePlayer } = props

  const retiredPlayerListItems = retiredPlayers.map((player) => {
    return (
Severity: Minor
Found in app/javascript/components/scoreboard/InactivePlayersList.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status