client/app/bundles/course/courses/components/misc/CourseInfoBox.tsx
Function CourseInfoBox
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const CourseInfoBox = (props: CourseInfoBoxProps): JSX.Element => {
const { course } = props;
return (
<Grid item lg={1} md={1} sm={1} style={{ padding: 10 }} xl={1} xs={1}>
- Create a ticketCreate a ticket