Coursemology/coursemology2

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

Summary

Maintainability
A
1 hr
Test Coverage

Function ForumNew has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ForumNew: FC<Props> = (props) => {
  const { t } = useTranslation();
  const { open, onClose } = props;
  const dispatch = useAppDispatch();

Severity: Minor
Found in client/app/bundles/course/forum/pages/ForumNew/index.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status