department-of-veterans-affairs/vets-website

View on GitHub
src/applications/financial-status-report/utils/streamlinedDepends.js

Summary

Maintainability
A
1 hr
Test Coverage

Function checkIncomeGmt has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const checkIncomeGmt = async (data, setFormData) => {
  const { gmtData } = data;

  try {
    const response = await getCalculatedMonthlyIncomeApi(data);

    There are no issues that match your filters.

    Category
    Status