department-of-veterans-affairs/vets-website

View on GitHub
src/applications/veteran-id-card/actions/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function submitEmail has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function submitEmail(email) {
  recordEvent({ event: 'vic-email-started' });
  return dispatch => {
    dispatch({ type: VIC_EMAIL_CAPTURING });

Severity: Minor
Found in src/applications/veteran-id-card/actions/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status