client/app/bundles/course/announcements/pages/AnnouncementsIndex/index.tsx
Function AnnouncementsIndex
has 47 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const AnnouncementsIndex = (): JSX.Element => {
const { t } = useTranslation();
// For new announcements form dialog
const [isOpen, setIsOpen] = useState(false);
- Create a ticketCreate a ticket