Coursemology/coursemology2

View on GitHub
client/app/bundles/course/admin/pages/VideosSettings/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function VideosSettings has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const VideosSettings = (): JSX.Element => {
  const reloadItems = useItemsReloader();
  const { t } = useTranslation();
  const [form, setForm] = useState<FormEmitter<VideosSettingsData>>();
  const [submitting, setSubmitting] = useState(false);
Severity: Major
Found in client/app/bundles/course/admin/pages/VideosSettings/index.tsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status