Showing 4,177 of 14,709 total issues
Avoid too many return
statements within this function. Open
Open
return {
...state,
data: {
...state.data,
selectedDates: action.selectedDates,
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.failed,
};
Avoid too many return
statements within this function. Open
Open
return (
<div>
{pageHeader}
<SingleFacilityEligibilityCheckMessage
eligibility={eligibility}
Avoid too many return
statements within this function. Open
Open
return 'calendar_today';
Avoid too many return
statements within this function. Open
Open
return {
...state,
showEligibilityModal: false,
};
Avoid too many return
statements within this function. Open
Open
return {
...state,
appointmentSlotsStatus: FETCH_STATUS.loading,
};
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,
pageChangeInProgress: false,
previousPages: updatedPreviousPages,
currentPageKey:
Avoid too many return
statements within this function. Open
Open
return {
...state,
showPodiatryAppointmentUnavailableModal: true,
pageChangeInProgress: false,
};
Avoid too many return
statements within this function. Open
Open
return {
...state,
showPodiatryAppointmentUnavailableModal: false,
};
Avoid too many return
statements within this function. Open
Open
return {
...state,
ccEnabledSystems: action.ccEnabledSystems,
parentFacilities: action.parentFacilities,
parentFacilitiesStatus: FETCH_STATUS.succeeded,
Avoid too many return
statements within this function. Open
Open
return {
...state,
isCCEligible: action.isEligible,
};
Avoid too many return
statements within this function. Open
Open
return {
...state,
currentLocation: {
latitude: action.location?.coords.latitude,
longitude: action.location?.coords.longitude,
Avoid too many return
statements within this function. Open
Open
return {
...state,
selectedCCFacility: action.location,
ccProviderPageSortMethod: action.sortMethod,
requestLocationStatus,
Avoid too many return
statements within this function. Open
Open
return (
<div>
{pageHeader}
{requestingLocation && (
<div className="vads-u-padding-bottom--2">
Avoid too many return
statements within this function. Open
Open
return {
...state,
data: {
...state.data,
facilityType: action.facilityType,
Avoid too many return
statements within this function. Open
Open
return {
...state,
showEligibilityModal: true,
};
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return {
...state,
pages,
childFacilitiesStatus: FETCH_STATUS.failed,
};