thiskevinwang/coffee-code-climb

View on GitHub
src/components/App/Profile.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

function generateUserSkeletons(n: number) {
  return (
    <>
      {Array(n)
        .fill(null)
Severity: Minor
Found in src/components/App/Profile.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status