HabitatMap/AirCasting

View on GitHub
app/javascript/react/hooks/useBackNavigation.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function useCalendarBackNavigation has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const useCalendarBackNavigation = () => {
  const navigate = useNavigate();
  const isMobile = useMobileDetection();

  const { currentUserSettings, previousUserSettings, searchParams } =
Severity: Minor
Found in app/javascript/react/hooks/useBackNavigation.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status