client/app/bundles/course/admin/pages/ComponentSettings/ComponentSettingsForm.tsx
Function ComponentSettingsForm
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ComponentSettingsForm = (
props: ComponentSettingsFormProps,
): JSX.Element => {
const { t } = useTranslation();
const [components, setComponents] = useState(props.data);
- Create a ticketCreate a ticket