Showing 4,177 of 14,709 total issues
Avoid too many return
statements within this function. Open
Open
return grayFormConfig;
Avoid too many return
statements within this function. Open
Open
return content;
Avoid too many return
statements within this function. Open
Open
return fallbackForm;
Avoid too many return
statements within this function. Open
Open
return (
<UnderReviewConfirmation
user={claimantName}
confirmationError={confirmationError}
confirmationLoading={confirmationLoading}
Avoid too many return
statements within this function. Open
Open
return (
<a
className="vads-c-action-link--green"
href={this._toolUrl}
target={target}
Avoid too many return
statements within this function. Open
Open
return {
cta1: '',
cta2: '',
featureLocation: '',
};
Avoid too many return
statements within this function. Open
Open
return {
cta1: 'view lab and test results from',
cta2: 'health records',
featureLocation: 'HealtheVet',
};
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return sortedEvents?.filter(event =>
moment(
event?.fieldDatetimeRangeTimezone[0]
? event.fieldDatetimeRangeTimezone[0].endValue * 1000
: event.fieldDatetimeRangeTimezone.endValue * 1000,
Avoid too many return
statements within this function. Open
Open
return (
<va-loading-indicator
class="vads-u-margin-y--5"
label="Loading"
message="Loading your results..."
Avoid too many return
statements within this function. Open
Open
return <VAOnlineScheduling featureToggles={this.props.featureToggles} />;
Avoid too many return
statements within this function. Open
Open
if (!options?.startsAtUnix || !options?.endsAtUnix) return events;
Avoid too many return
statements within this function. Open
Open
return <HealthToolsDown />;
Avoid too many return
statements within this function. Open
Open
return this.getInaccessibleHealthToolContent();
Avoid too many return
statements within this function. Open
Open
return loggedOutComponent;
Avoid too many return
statements within this function. Open
Open
return <MFA />;
Avoid too many return
statements within this function. Open
Open
return (
<DirectDeposit
serviceDescription={this._serviceDescription}
primaryButtonHandler={() =>
this.goToTool({
Avoid too many return
statements within this function. Open
Open
return (
<ChangeAddress
featureToggles={this.props.featureToggles}
serviceDescription={this._serviceDescription}
primaryButtonHandler={this.goToTool}
Avoid too many return
statements within this function. Open
Open
return events?.filter(
event =>
moment(event?.fieldDatetimeRangeTimezone[0]?.value).isBetween(
options?.startsAtUnix,
options?.endsAtUnix,
Avoid too many return
statements within this function. Open
Open
return this.getMviErrorContent();