client/app/bundles/course/admin/pages/VideosSettings/VideosTabsManager/index.tsx
Function VideosTabsManager
has 76 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const VideosTabsManager = (props: VideosTabsManagerProps): JSX.Element => {
const { tabs } = props;
const { t } = useTranslation();
const renameTab = (index: number, newTitle: VideosTab['title']): void =>
- Create a ticketCreate a ticket