client/app/bundles/course/forum/pages/ForumTopicShow/TopicPostTrees.tsx
Function TopicPostTrees
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const TopicPostTrees: FC<Props> = (props) => {
const { level, postIdsArray } = props;
if (!postIdsArray || postIdsArray?.length === 0) return null;
- Create a ticketCreate a ticket