Coursemology/coursemology2

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

Summary

Maintainability
A
3 hrs
Test Coverage

Function VideosTabsManager has 76 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const VideosTabsManager = (props: VideosTabsManagerProps): JSX.Element => {
  const { tabs } = props;
  const { t } = useTranslation();

  const renameTab = (index: number, newTitle: VideosTab['title']): void =>

There are no issues that match your filters.

Category
Status