client/app/bundles/course/video/components/buttons/VideoManagementButtons.tsx
Function VideoManagementButtons
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const VideoManagementButtons: FC<Props> = (props) => {
const { video, navigateToIndex } = props;
const { t } = useTranslation();
const dispatch = useAppDispatch();
const navigate = useNavigate();
- Create a ticketCreate a ticket