Coursemology/coursemology2

View on GitHub
client/app/bundles/course/container/Sidebar/LevelRing.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function LevelRing has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const LevelRing = (props: LevelRingProps): JSX.Element => {
  const { in: progress } = props;

  const [percentage, setPercentage] = useState<number>();

Severity: Minor
Found in client/app/bundles/course/container/Sidebar/LevelRing.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status