mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
Update WishlistButton.tsx
This commit is contained in:
parent
4da115d232
commit
5a44750963
@ -34,6 +34,7 @@ const WishlistButton: FC<Props> = ({
|
|||||||
item.product_id === productId &&
|
item.product_id === productId &&
|
||||||
item.variant_id === variant.id
|
item.variant_id === variant.id
|
||||||
)
|
)
|
||||||
|
|
||||||
const handleWishlistChange = async (e: any) => {
|
const handleWishlistChange = async (e: any) => {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user