Coursemology/coursemology2

View on GitHub
client/app/bundles/course/announcements/pages/AnnouncementsIndex/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function AnnouncementsIndex has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AnnouncementsIndex = (): JSX.Element => {
  const { t } = useTranslation();

  // For new announcements form dialog
  const [isOpen, setIsOpen] = useState(false);

There are no issues that match your filters.

Category
Status