Coursemology/coursemology2

View on GitHub
client/app/bundles/course/achievement/pages/AchievementsIndex/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function AchievementsIndex has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AchievementsIndex: FC = () => {
  const { t } = useTranslation();
  const [isLoading, setIsLoading] = useState(true);
  const [isOpen, setIsOpen] = useState(false);
  const [isReordering, setIsReordering] = useState(false);

There are no issues that match your filters.

Category
Status