myems-web/src/components/e-commerce/ShoppingCart.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ShoppingCart has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ShoppingCart = () => {
  const { shoppingCart } = useContext(ProductContext);

  return (
    <Card>
Severity: Minor
Found in myems-web/src/components/e-commerce/ShoppingCart.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status