department-of-veterans-affairs/vets-website

View on GitHub
src/applications/personalization/view-dependents/manage-dependents/redux/actions.js

Summary

Maintainability
A
1 hr
Test Coverage

Function submitFormData has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function submitFormData(stateKey, payload) {
  return async dispatch => {
    dispatch({
      type: FORM_DATA_SUBMIT_START,
      status: LOADING_STATUS.pending,

    There are no issues that match your filters.

    Category
    Status