Showing 4,177 of 14,709 total issues
Avoid too many return
statements within this function. Open
Open
return {
header: '', // intentionally empty
events: [
{
title: 'The Board will make a decision',
Avoid too many return
statements within this function. Open
Open
return {
header: 'What happens next depends on whether you submit new evidence.',
events: [
{
title: 'Your appeal will be returned to the Board',
Avoid too many return
statements within this function. Open
Open
return {
header: '', // intentionally empty
events: [
{
title: 'The reviewer will make a new decision',
Avoid too many return
statements within this function. Open
Open
return {
header: '', // intentionally empty
events: [
{
title: 'The higher-level reviewer will make a new decision',
Avoid too many return
statements within this function. Open
Open
return {
header: '', // intentionally empty
events: [
{
title: `You’ll have your ${getHearingType(details.type)} hearing`,
Avoid too many return
statements within this function. Open
Open
return {
header: '', // intentionally empty
events: [
{
title: 'The Board will make a decision',
Avoid too many return
statements within this function. Open
Open
return APPOINTMENT_TYPES.request;
Avoid too many return
statements within this function. Open
Open
return {
header: '', // intentionally empty
events: [
{
title: `You’ll have your ${getHearingType(details.type)} hearing`,
Avoid too many return
statements within this function. Open
Open
return APPOINTMENT_TYPES.vaAppointment;
Avoid too many return
statements within this function. Open
Open
return {
header: '', // intentionally empty
events: [
{
title:
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return {
title: `Submit new evidence before ${formattedDueDate}`,
description: (
<p>
If you have new evidence to submit, you must send it to the Board of
Avoid too many return
statements within this function. Open
Open
return {
title:
'This appeal is not eligible for the Rapid Appeals Modernization Program',
description: (
<p>
Avoid too many return
statements within this function. Open
Open
return {
title: `What if I disagree with the ${formattedDecisionDate} decision?`,
description: (
<div>
<p>
Avoid too many return
statements within this function. Open
Open
return {
...state,
uploading: false,
uploadComplete: true,
uploader: null,
Avoid too many return
statements within this function. Open
Open
return dirtyAllFields(state);
Avoid too many return
statements within this function. Open
Open
return set(action.path, action.field, state);
Avoid too many return
statements within this function. Open
Open
return {
...state,
uploader: action.uploader,
};
Avoid too many return
statements within this function. Open
Open
return set('progress', action.progress, state);
Avoid too many return
statements within this function. Open
Open
return {
...state,
uploading: false,
uploadError: true,
uploader: null,