Coursemology/coursemology2

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

Summary

Maintainability
A
3 hrs
Test Coverage

Function Tab has 98 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Tab = (props: TabProps): JSX.Element => {
  const { tab, index } = props;

  const { t } = useTranslation();
  const [newTitle, setNewTitle] = useState(tab.title);

There are no issues that match your filters.

Category
Status