client/app/bundles/common/DashboardPage.tsx
Function DashboardPage
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const DashboardPage = (): JSX.Element => {
const { courses, user } = useAppContext();
const { t } = useTranslation();
- Create a ticketCreate a ticket
Function CourseListItem
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const CourseListItem = (props: CourseListItemProps): JSX.Element => {
const { course } = props;
const { t } = useTranslation();
- Create a ticketCreate a ticket