Showing 1,820 of 4,015 total issues
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return (
<div className='gh-portal-section'>
<p className='gh-portal-text-center gh-portal-free-ctatext'>{t(`Your subscription will start on {{subscriptionStart}}`, {subscriptionStart: trialEnd})}</p>
</div>
);
Avoid too many return
statements within this function. Open
Open
return (
<div className='gh-portal-section'>
<p className='gh-portal-text-center gh-portal-free-ctatext'>{t(`Your subscription will renew on {{renewalDate}}`, {renewalDate: getDateString(currentPeriodEnd)})}</p>
</div>
);
Avoid too many return
statements within this function. Open
Open
return {
page: 'recommendations',
pageData: {
signup: false
}
Avoid too many return
statements within this function. Open
Open
return {value: false};
Avoid too many return
statements within this function. Open
Open
return {
page: 'signup',
pageQuery: pageQuery
};
Avoid too many return
statements within this function. Open
Open
return member;
Avoid too many return
statements within this function. Open
Open
return {};
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return {
action: 'updateProfile:success',
page: 'accountHome',
popupNotification: createPopupNotification({
type: 'updateProfile:success', autoHide: true, closeable: true, status: 'success', state,
Avoid too many return
statements within this function. Open
Open
return {
page: 'signup',
pageQuery: `${productId}/yearly`
};
Avoid too many return
statements within this function. Open
Open
return {
page: 'accountPlan'
};
Avoid too many return
statements within this function. Open
Open
return {
page: 'emailSuppressionFAQ',
pageData: {
direct: true
}
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return {
page: 'signup',
pageQuery: 'free'
};
Avoid too many return
statements within this function. Open
Open
return {
page: 'accountEmail'
};
Avoid too many return
statements within this function. Open
Open
return {value: true, reason: 'background_save'};
Avoid too many return
statements within this function. Open
Open
return {newPassword: 'Sorry, you cannot use an insecure password.'};
Avoid too many return
statements within this function. Open
Open
return {};
Avoid too many return
statements within this function. Open
Open
return defaultEmailRecipients;