Coursemology/coursemology2

View on GitHub
client/app/bundles/course/admin/pages/CodaveriSettings/components/buttons/LiveFeedbackToggleButton.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function LiveFeedbackToggleButton has 83 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const LiveFeedbackToggleButton: FC<LiveFeedbackToggleButtonProps> = (props) => {
  const { assessmentIds, for: title, hideChipIndicator } = props;
  const { t } = useTranslation();

  const dispatch = useAppDispatch();

There are no issues that match your filters.

Category
Status