benfluleck/HelloBooks

View on GitHub
client/src/app/components/container/booklist/DisplayAllBooks.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 65 lines of code (exceeds 60 allowed). Consider refactoring.
Open

  render() {
    if (!this.props.allBooksList.books) {
      return <Preloader size="big"/>;
    }
    this.props.fetchAllBorrowedBooks(
Severity: Major
Found in client/src/app/components/container/booklist/DisplayAllBooks.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status