department-of-veterans-affairs/vets-website

View on GitHub
src/applications/personalization/review-information/containers/ConfirmationPage.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

export const ConfirmationPage = () => {
  // Set focus
  useEffect(() => {
    // Wait a moment before setting focus to avoid an issue where focus would otherwise reset to the body element
    setTimeout(() => {

    There are no issues that match your filters.

    Category
    Status