timhaley94/holdem

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

Summary

Maintainability
A
3 hrs
Test Coverage
F
0%

Function Lobby has 83 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Lobby() {
  const [isCopied, setIsCopied] = useState(false);
  const copyRef = useRef(null);

  const [{ id: userId }] = useUser();
Severity: Major
Found in client/src/components/Lobby/index.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status