WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/assets/javascripts/components/nav/notifications_bell.jsx

Summary

Maintainability
A
1 hr
Test Coverage
A
94%

Function NotificationsBell has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const NotificationsBell = () => {
  const [hasOpenTickets, setHasOpenTickets] = useState(false);
  const [hasRequestedAccounts, setHasRequestedAccounts] = useState(false);

  useEffect(() => {
Severity: Minor
Found in app/assets/javascripts/components/nav/notifications_bell.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status