bug fixes

This commit is contained in:
Joel Varty
2021-06-18 13:31:02 -04:00
parent 52f2cccc11
commit a88b52b00a
13 changed files with 44 additions and 1059 deletions

View File

@@ -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'