client/app/bundles/course/admin/pages/VideosSettings/VideosTabsManager/Tab.tsx
Function Tab
has 98 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Tab = (props: TabProps): JSX.Element => {
const { tab, index } = props;
const { t } = useTranslation();
const [newTitle, setNewTitle] = useState(tab.title);
- Create a ticketCreate a ticket