Coursemology/coursemology2

View on GitHub
client/app/bundles/course/video/submission/containers/DiscussionElements/Topic.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Topic has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Topic = (props) => {
  if (props.postIds.length === 0) {
    return null;
  }

There are no issues that match your filters.

Category
Status