client/app/bundles/course/reference-timelines/components/TimePopup/TimePopupForm.tsx
Function TimePopupForm
has 93 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const TimePopupForm = (props: TimePopupFormProps): JSX.Element => {
const { for: time } = props;
const { t } = useTranslation();
- Create a ticketCreate a ticket