Coursemology/coursemology2

View on GitHub
client/app/bundles/course/forum/pages/ForumsIndex/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function ForumsIndex has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ForumsIndex: FC = () => {
  const { t } = useTranslation();
  const [isLoading, setIsLoading] = useState(true);
  const [isForumNewDialogOpen, setIsForumNewDialogOpen] = useState(false);
  const [isMarking, setIsMarking] = useState(false);
Severity: Major
Found in client/app/bundles/course/forum/pages/ForumsIndex/index.tsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status