timhaley94/holdem

View on GitHub
client/src/components/Player/index.js

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Function Player has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Player() {
  const [{ id: userId }] = useUser();
  const { round } = useRound();

  const p = (
Severity: Minor
Found in client/src/components/Player/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status