dustin-H/bauhaus-ui

View on GitHub
src/actions/config.js

Summary

Maintainability
A
1 hr
Test Coverage

Function load has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function load() {
  return (dispatch, getState) => {
    var state = getState().config
    if (state.config.length > 0 && state.loaded === false) {
      var configUrl = state.config[0]
Severity: Minor
Found in src/actions/config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status