lowdefy/lowdefy

View on GitHub
packages/client/src/ProgressBarController.js

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Function reducer has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Confirmed

function reducer(state, action) {
  switch (action.type) {
    case 'increment':
      return {
        ...state,
Severity: Minor
Found in packages/client/src/ProgressBarController.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status