client/app/bundles/course/reference-timelines/components/DayCalendar/DayCalendar.tsx
Function DayCalendar
has 61 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
(props, ref): JSX.Element => {
const { t } = useTranslation();
const calendarRef = useRef<List>(null);
- Create a ticketCreate a ticket