department-of-veterans-affairs/vets-website

View on GitHub
src/applications/accredited-representative-portal/containers/LandingPage.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function LandingPage has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const LandingPage = () => {
  const profile = useSelector(selectUserProfile);
  const isLoading = useSelector(selectUserIsLoading);

  if (isLoading) {

    There are no issues that match your filters.

    Category
    Status