client/app/bundles/course/forum/pages/ForumsIndex/index.tsx
Function ForumsIndex
has 61 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ForumsIndex: FC = () => {
const { t } = useTranslation();
const [isLoading, setIsLoading] = useState(true);
const [isForumNewDialogOpen, setIsForumNewDialogOpen] = useState(false);
const [isMarking, setIsMarking] = useState(false);
- Create a ticketCreate a ticket