Coursemology/coursemology2

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

Summary

Maintainability
A
1 hr
Test Coverage

Function PostPresentation has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const PostPresentation = (props) => {
  let childrenElements = null;
  const childrenNodes = props.childrenIds.map((childId) => (
    <PostContainer key={childId} postId={childId} />
  ));

There are no issues that match your filters.

Category
Status