cloudfoundry/stratos

View on GitHub
src/frontend/packages/store/src/reducers/current-user-roles-reducer/recently-visited.reducer.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function recentlyVisitedReducer has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function recentlyVisitedReducer(
  state: IRecentlyVisitedState = getDefaultRecentState(),
  action: Action
): IRecentlyVisitedState {
  switch (action.type) {

    There are no issues that match your filters.

    Category
    Status