Showing 4,177 of 14,709 total issues
Avoid too many return
statements within this function. Open
Open
return {
...state,
newBooking: {
...state.newBooking,
showEligibilityModal: false,
Avoid too many return
statements within this function. Open
Open
return {
...state,
newBooking: {
...state.newBooking,
facilitiesStatus: FETCH_STATUS.failed,
Avoid too many return
statements within this function. Open
Open
return (
<FormLayout pageTitle={crumb}>
<Switch>
<Route
path={
Avoid too many return
statements within this function. Open
Open
return (
<div>
{title}
<p>
Here’s a list of VA facilities where you’re registered that offer{' '}
Avoid too many return
statements within this function. Open
Open
return <CancelWarningPage {...data} />;
Avoid too many return
statements within this function. Open
Open
return (
<div>
{title}
<VAFacilityInfoMessage
facility={selectedFacility}
Avoid too many return
statements within this function. Open
Open
return (
<>
<BackLink appointment={appointment} />
<div className="vads-u-margin-y--2p5">
<VaAlert status="error" visible>
Avoid too many return
statements within this function. Open
Open
return {
...initialState,
};
Avoid too many return
statements within this function. Open
Open
return facilityName ? `At ${facilityName}` : 'At VA facility';
Avoid too many return
statements within this function. Open
Open
return { ...state, cannotReply: action.payload };
Avoid too many return
statements within this function. Open
Open
return {
...state,
newBooking: {
...state.newBooking,
data: {
Avoid too many return
statements within this function. Open
Open
return {
...state,
newBooking: {
...state.newBooking,
appointmentSlotsStatus: FETCH_STATUS.loading,
Avoid too many return
statements within this function. Open
Open
return `${
isCommunityCare ? 'Community care' : 'VA'
} appointment with ${practitioner}`;
Avoid too many return
statements within this function. Open
Open
return (
<PageLayout showNeedHelp isDetailPage>
<CancelWarningPage
{...{
appointment,
Avoid too many return
statements within this function. Open
Open
return {
...state,
newBooking: {
...state.newBooking,
data,
Avoid too many return
statements within this function. Open
Open
return {
...state,
showCancelModal: true,
confirmed,
pending,
Avoid too many return
statements within this function. Open
Open
return (
<CancelConfirmationPage
appointment={appointment}
cancelInfo={cancelInfo}
/>
Avoid too many return
statements within this function. Open
Open
return {
...state,
newBooking: {
...state.newBooking,
clinicsStatus: FETCH_STATUS.loading,
Avoid too many return
statements within this function. Open
Open
return {
...state,
appointmentDetailsStatus: FETCH_STATUS.loading,
};
Avoid too many return
statements within this function. Open
Open
return {
...state,
appointmentDetailsStatus: FETCH_STATUS.failed,
};