department-of-veterans-affairs/vets-website

View on GitHub
src/applications/terms-of-use/components/Declined.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function Declined has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function Declined() {
  const shouldRedirectToMobile =
    sessionStorage.getItem(COOKIES.CI) === CLIENT_IDS.VAMOBILE;
  const dispatch = useDispatch();
  const openSignInModal = useCallback(
Severity: Major
Found in src/applications/terms-of-use/components/Declined.jsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status