Bamieh/reflow

View on GitHub
packages/reflow-board/src/containers/JobsList/JobsList.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const data = this.props.data || { skipped: true };

    const {loading, viewer, error, skipped, refetch } = data;
    // console.log('refetch::', refetch)
Severity: Minor
Found in packages/reflow-board/src/containers/JobsList/JobsList.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status