eapenzacharias/bookstore

View on GitHub
src/components/AddBookForm.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function AddBookForm has 82 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AddBookForm = () => {
  const categories = [
    {
      id: 1,
      name: 'Action and Adventure',
Severity: Major
Found in src/components/AddBookForm.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status