segunolalive/helloBooks

View on GitHub
client/components/Library/index.jsx

Summary

Maintainability
A
3 hrs
Test Coverage

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

  render() {
    const loaderDisplay = this.props.fetchingBooks ?
      <Loading text="fetching awesome books . . ." /> :
      <div className="center">
        <p style={{ fontWeight: 900 }}>
Severity: Major
Found in client/components/Library/index.jsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status