Coursemology/coursemology2

View on GitHub
client/app/bundles/course/users/components/misc/UserProfileCard.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function renderUserStats has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  const renderUserStats = (): JSX.Element | null => {
    return (
      <Grid
        className={styles.userStatsContainer}
        container
Severity: Minor
Found in client/app/bundles/course/users/components/misc/UserProfileCard.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status