benfluleck/HelloBooks

View on GitHub
client/src/app/components/presentation/common/modal/BookDetailForm.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

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

  render() {
    const {
      title, author, quantity, description, bookImage, imageName, categoryId
    } = this.props.book;

    There are no issues that match your filters.

    Category
    Status