Showing 922 of 922 total issues
Avoid too many return
statements within this function. Open
Open
if(alreadyPresent){ return state }
Avoid too many return
statements within this function. Open
Open
return _.assign({}, state, {modalProps: newModalProps})
Avoid too many return
statements within this function. Open
Open
return {
type: 'create',
modalProps: window.jpOrigin ? {selectedJPModal: selectedJP} : {},
confirmModal: {}
}
Avoid too many return
statements within this function. Open
Open
return _.assign({}, state, {queryString: queryString})
Avoid too many return
statements within this function. Open
Open
return {
...state,
modalProps: {
...state.modalProps,
vehicleJourney: {
Avoid too many return
statements within this function. Open
Open
return _.assign({}, state, {modalProps: newModalProps})
Avoid too many return
statements within this function. Open
Open
return assign({}, state, {modalProps: newModalProps})
Avoid too many return
statements within this function. Open
Open
return _.assign({}, state, {modalProps: newModalProps})
Avoid too many return
statements within this function. Open
Open
return 0.0001
Avoid too many return
statements within this function. Open
Open
return assign({}, state, {modalProps: newModalProps})
Avoid too many return
statements within this function. Open
Open
return assign({}, state, {current_month: newCM, time_table_dates: newDates})
Avoid too many return
statements within this function. Open
Open
return _.assign({}, state, {modalProps: newModalProps})
Avoid too many return
statements within this function. Open
Open
return state
Avoid too many return
statements within this function. Open
Open
return _.assign({}, state, {modalProps: newModalProps})
Avoid too many return
statements within this function. Open
Open
return _.assign({}, state, {modalProps: newModalProps})
Avoid too many return
statements within this function. Open
Open
return concatArray.map((vj, i) => {
vj.index = i
return vj
})
Avoid too many return
statements within this function. Open
Open
return 0
Avoid too many return
statements within this function. Open
Open
return assign({}, state, {current_month: newCM, time_table_dates: newDates})
Avoid too many return
statements within this function. Open
Open
return assign({}, newState, {current_month: actions.updateSynthesis(newState)})
Avoid too many return
statements within this function. Open
Open
return assign({}, state, {modalProps: newModalProps})