Showing 4,177 of 14,709 total issues
Avoid too many return
statements within this function. Open
Open
return goToPath(`/employment-history`);
Avoid too many return
statements within this function. Open
Open
return goToPath(`/spouse-employment-history`);
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return (
<>
<ThreadsList
threadList={threadList}
folder={folder}
Avoid too many return
statements within this function. Open
Open
return a.name.localeCompare(b.name);
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return a.recipientName.toLowerCase() > b.recipientName.toLowerCase()
? 1
: -1;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return 0;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return a.recipientName.toLowerCase() < b.recipientName.toLowerCase()
? 1
: -1;
Avoid too many return
statements within this function. Open
Open
return {
...state,
newBooking: {
...state.newBooking,
requestLocationStatus: FETCH_STATUS.loading,
Avoid too many return
statements within this function. Open
Open
return {
...state,
newBooking: {
...state.newBooking,
facilitiesStatus: FETCH_STATUS.loading,
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,
data: {
Avoid too many return
statements within this function. Open
Open
return {
...state,
newBooking: {
...state.newBooking,
facilities,
Avoid too many return
statements within this function. Open
Open
return (
<FullWidthLayout>
<va-loading-indicator
set-focus
message="Canceling your appointment..."
Avoid too many return
statements within this function. Open
Open
return {
...state,
newBooking: {
...state.newBooking,
appointmentSlotsStatus: FETCH_STATUS.failed,
Avoid too many return
statements within this function. Open
Open
return (
<PageLayout showNeedHelp>
<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 {
...state,
newBooking: {
...state.newBooking,
showEligibilityModal: true,