Showing 4,177 of 14,709 total issues
Avoid too many return
statements within this function. Open
Open
return {
...state,
saveError: null,
ui: {
...state.ui,
Avoid too many return
statements within this function. Open
Open
return {
...state,
saveError: action.response?.error ?? action.response?.errors ?? true,
ui: {
...state.ui,
Avoid too many return
statements within this function. Open
Open
return (
<>
<ProfileInfoCard
data={serviceHistory.map(item =>
transformServiceHistoryEntryIntoTableRow(item),
Avoid too many return
statements within this function. Open
Open
return {
...state,
dependentsState: {
...state.dependentsState,
[action.stateKey]: {
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return (
<Wrapper>
<VerifyIdentity useOAuth={useOAuth} />
</Wrapper>
);
Avoid too many return
statements within this function. Open
Open
return {
...state,
loadError: null,
};
Avoid too many return
statements within this function. Open
Open
return state;
Avoid too many return
statements within this function. Open
Open
return newState;
Avoid too many return
statements within this function. Open
Open
return (
<Wrapper>
<Ineligible />
</Wrapper>
);
Avoid too many return
statements within this function. Open
Open
return newState;
Avoid too many return
statements within this function. Open
Open
return state;
Avoid too many return
statements within this function. Open
Open
return (
<div>
<Prompt
message="Are you sure you want to leave? If you leave, your in-progress work won’t be saved."
when={hasUnsavedFormEdits}
Avoid too many return
statements within this function. Open
Open
return STALE;
Avoid too many return
statements within this function. Open
Open
return STALE;
Avoid too many return
statements within this function. Open
Open
return CURRENT;
Avoid too many return
statements within this function. Open
Open
return <EkgDetails record={labAndTestDetails} />;
Avoid too many return
statements within this function. Open
Open
return IN_PROGRESS;
Avoid too many return
statements within this function. Open
Open
return refreshPhases.FAILED;
Avoid too many return
statements within this function. Open
Open
return (
<RadiologyDetails record={labAndTestDetails} fullState={fullState} />
);