client/app/bundles/course/courses/pages/CourseShow/index.tsx
Function CourseShow
has 88 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const CourseShow: FC<Props> = (props) => {
const { intl } = props;
const [isLoading, setIsLoading] = useState(true);
const dispatch = useAppDispatch();
const { courseId } = useParams();
- Create a ticketCreate a ticket