mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
bug fixes
This commit is contained in:
@@ -13,7 +13,7 @@ import useAddItem from '@framework/cart/use-add-item'
|
||||
import useRemoveItem from '@framework/wishlist/use-remove-item'
|
||||
|
||||
interface Props {
|
||||
product: Product
|
||||
product: Product | any
|
||||
}
|
||||
|
||||
const placeholderImg = '/product-img-placeholder.svg'
|
||||
|
Reference in New Issue
Block a user