diff --git a/components/cart/open-cart.tsx b/components/cart/open-cart.tsx index 902dc4f98..3d055f03e 100644 --- a/components/cart/open-cart.tsx +++ b/components/cart/open-cart.tsx @@ -14,11 +14,11 @@ export default function OpenCart({ className={clsx('h-4 transition-all ease-in-out hover:scale-110', className)} /> - {quantity ? ( + {quantity &&