Coursemology/coursemology2

View on GitHub
client/app/bundles/course/forum/pages/ForumTopicShow/TopicPostTrees.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function TopicPostTrees has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const TopicPostTrees: FC<Props> = (props) => {
  const { level, postIdsArray } = props;

  if (!postIdsArray || postIdsArray?.length === 0) return null;

There are no issues that match your filters.

Category
Status