client/app/bundles/course/video/submission/containers/DiscussionElements/Topic.jsx
Function Topic
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Topic = (props) => {
if (props.postIds.length === 0) {
return null;
}
- Create a ticketCreate a ticket