client/app/bundles/course/video/submission/containers/DiscussionElements/PostPresentation.jsx
Function PostPresentation
has 46 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const PostPresentation = (props) => {
let childrenElements = null;
const childrenNodes = props.childrenIds.map((childId) => (
<PostContainer key={childId} postId={childId} />
));
- Create a ticketCreate a ticket