department-of-veterans-affairs/vets-website

View on GitHub
src/applications/mhv-secure-messaging/containers/LandingPageAuth.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

const LandingPageAuth = () => {
  const dispatch = useDispatch();
  const fullState = useSelector(state => state);
  const inbox = useSelector(state => state.sm.folders?.folder);
  const [prefLink, setPrefLink] = useState('');

    There are no issues that match your filters.

    Category
    Status