client/app/bundles/course/container/CourseContainer.tsx
Function CourseContainer
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const CourseContainer = (): JSX.Element => {
const location = useLocation();
const data = useCourseLoader();
- Create a ticketCreate a ticket