Showing 4,177 of 14,709 total issues
Avoid too many return
statements within this function. Open
Open
return ADDRESS_VALIDATION_TYPES.SHOW_SUGGESTIONS_NO_OVERRIDE;
Avoid too many return
statements within this function. Open
Open
return (
<va-loading-indicator
set-focus
message="Redirecting to terms and conditions..."
/>
Avoid too many return
statements within this function. Open
Open
return schema;
Avoid too many return
statements within this function. Open
Open
return (
<div>
{this.renderTcAcceptanceMessage()}
{this.props.children}
</div>
Avoid too many return
statements within this function. Open
Open
return (
<ValidationError
appType={appType}
buttonText={buttonText}
formConfig={formConfig}
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return this.renderUpgradeFailedMessage();
Avoid too many return
statements within this function. Open
Open
return (
<va-loading-indicator set-focus message="Redirecting to verify..." />
);
Avoid too many return
statements within this function. Open
Open
return (
<ThrottledError
buttonText={buttonText}
formConfig={formConfig}
when={submission.extra}
Avoid too many return
statements within this function. Open
Open
return React.Children.map(props.children, child => {
if (!React.isValidElement(child)) {
return null;
}
Avoid too many return
statements within this function. Open
Open
return transformInitialFormValues({
...transformBooleanArrayToFormValues(data?.[fieldName]),
...(data?.[notListedTextKey] &&
set({}, notListedTextKey, data?.[notListedTextKey])),
});
Avoid too many return
statements within this function. Open
Open
return ADDRESS_VALIDATION_TYPES.SHOW_SUGGESTIONS_NO_CONFIRMED_OVERRIDE;
Avoid too many return
statements within this function. Open
Open
return mhvAccessError;
Avoid too many return
statements within this function. Open
Open
return props.children;
Avoid too many return
statements within this function. Open
Open
return (
<GenericError
appType={appType}
formConfig={formConfig}
onBack={onBack}
Avoid too many return
statements within this function. Open
Open
return this.renderIneligibleMessage(accountState);
Avoid too many return
statements within this function. Open
Open
return ADDRESS_VALIDATION_TYPES.SHOW_SUGGESTIONS_NO_CONFIRMED_OVERRIDE;
Avoid too many return
statements within this function. Open
Open
return formatMultiSelectAndText(data, fieldName) || unsetFieldTitleSpan;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return 'Other';