Showing 650 of 1,370 total issues
Avoid too many return
statements within this function. Open
Open
return {
...state,
isRemove: isRemoveAction.isRemove
};
Avoid too many return
statements within this function. Open
Open
return {
...state,
changedRoles: setChangesAction.changes
};
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return appStateMatch[extState];
Avoid too many return
statements within this function. Open
Open
return '';
Avoid too many return
statements within this function. Open
Open
return state;
Avoid too many return
statements within this function. Open
Open
return {
...state,
[entityKey]: entityState
};
Avoid too many return
statements within this function. Open
Open
return resetEndpointEntities(state, action);
Avoid too many return
statements within this function. Open
Open
return this.build(entityDefinition, entity, flatTree);
Avoid too many return
statements within this function. Open
Open
return paginationClearAllTypes(state, [clearEntityType]);
Avoid too many return
statements within this function. Open
Open
return paginationIgnoreMaxed(state, action as IgnorePaginationMaxedState);
Avoid too many return
statements within this function. Open
Open
return enterPaginationReducer(state, action, updatePagination);
Avoid too many return
statements within this function. Open
Open
return { message: 'Authentication mechanism is not supported', warning: true };
Avoid too many return
statements within this function. Open
Open
return hydratePagination(state, action as HydratePaginationStateAction);
Avoid too many return
statements within this function. Open
Open
return {
...state,
[setValueAction.prop]: setValueAction.value
};
Avoid too many return
statements within this function. Open
Open
return {
...state,
timeoutSession: timeoutSessionAction.timeoutSession
};
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return {
...state,
homeLayout: layoutAction.id
};
Avoid too many return
statements within this function. Open
Open
return paginationResetPagination(state, action, true);
Avoid too many return
statements within this function. Open
Open
return {
...state,
gravatarEnabled: gravatarAction.enableGravatar
};