EscolaLMS/Front

View on GitHub
src/hooks/useNotification.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function useNotifications has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useNotifications = () => {
  const [list, setList] = useState<Notification[]>([]);
  const {
    fetchNotifications,
    notifications,
Severity: Major
Found in src/hooks/useNotification.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status