Showing 4,177 of 14,709 total issues
Avoid too many return
statements within this function. Open
Open
return {
...state,
eligibilityStatus: FETCH_STATUS.loading,
};
Avoid too many return
statements within this function. Open
Open
return VA_FACILITY_V2_KEY;
Avoid too many return
statements within this function. Open
Open
return {
...state,
data,
pages: {
...state.pages,
Avoid too many return
statements within this function. Open
Open
return {
...state,
data,
pages: {
...state.pages,
Avoid too many return
statements within this function. Open
Open
return (
<div>
{pageHeader}
<SingleFacilityAvailable
facility={selectedFacility}
Avoid too many return
statements within this function. Open
Open
return {
...state,
appointmentSlotsStatus: FETCH_STATUS.succeeded,
availableSlots: action.availableSlots,
fetchedAppointmentSlotMonths: action.fetchedAppointmentSlotMonths,
Avoid too many return
statements within this function. Open
Open
return {
...state,
requestStatus: FETCH_STATUS.succeeded,
communityCareProviders: {
...state.communityCareProviders,
Avoid too many return
statements within this function. Open
Open
return {
...state,
hideUpdateAddressAlert: true,
};
Avoid too many return
statements within this function. Open
Open
return {
...state,
requestLocationStatus: FETCH_STATUS.failed,
};
Avoid too many return
statements within this function. Open
Open
return 'typeOfCare';
Avoid too many return
statements within this function. Open
Open
return (
<Section heading={heading}>
<p className="vads-u-margin-y--0p5">
You've already filed a claim for this appointment.
</p>
Avoid too many return
statements within this function. Open
Open
return {
...state,
childFacilitiesStatus: FETCH_STATUS.loading,
};
Avoid too many return
statements within this function. Open
Open
return {
...state,
ccProviderPageSortMethod: action.sortMethod,
requestLocationStatus,
};
Avoid too many return
statements within this function. Open
Open
return {
...state,
data,
pages: {
...state.pages,
Avoid too many return
statements within this function. Open
Open
return {
...state,
requestStatus: FETCH_STATUS.loading,
};
Avoid too many return
statements within this function. Open
Open
return {
...state,
requestLocationStatus: FETCH_STATUS.loading,
};
Avoid too many return
statements within this function. Open
Open
return {
header: '', // intentionally empty
events: [
{
title: 'The Board will make a decision',
Avoid too many return
statements within this function. Open
Open
return {
title:
'This appeal is eligible for the Rapid Appeals Modernization Program',
description: (
<div>
Avoid too many return
statements within this function. Open
Open
return {
title: 'What if I disagree with my decision?',
description: (
<div>
<p>
Avoid too many return
statements within this function. Open
Open
return <ErrorMessage />;