client/app/bundles/course/admin/pages/CodaveriSettings/components/buttons/LiveFeedbackToggleButton.tsx
Function LiveFeedbackToggleButton
has 83 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const LiveFeedbackToggleButton: FC<LiveFeedbackToggleButtonProps> = (props) => {
const { assessmentIds, for: title, hideChipIndicator } = props;
const { t } = useTranslation();
const dispatch = useAppDispatch();
- Create a ticketCreate a ticket