Bartekus/R3Fuse

View on GitHub
client/src/app.js

Summary

Maintainability
A
3 hrs
Test Coverage

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

  render() {
    const { data } = this.props;
    const posts = data.allPosts && data.allPosts.edges;
    const isLoading = data.loading ? 'Loading...' : null;
    return (
Severity: Major
Found in client/src/app.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status