eapenzacharias/bookstore

View on GitHub
src/components/Book.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Book has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Book = (props) => {
  const dispatch = useDispatch();
  const {
    id, title, category,
  } = props;
Severity: Minor
Found in src/components/Book.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status