mahaplatform/reframe

View on GitHub
src/components/collection/reducer.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const reducer = (state = INITIAL_STATE, action)=> {

  switch (action.type) {

  case 'SET_PARAMS':
Severity: Minor
Found in src/components/collection/reducer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status