tsurupin/portfolio

View on GitHub
frontend/src/shared/containers/ProgressBar/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function default has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (ComposedComponent) {
  class ProgressBar extends Component {
    constructor(props) {
      super(props);
      this.state = { loading: true };
Severity: Minor
Found in frontend/src/shared/containers/ProgressBar/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status