mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
changes
This commit is contained in:
@@ -47,7 +47,7 @@ const WishlistButton: FC<Props> = ({
|
||||
} else {
|
||||
await addItem({
|
||||
productId,
|
||||
variantId: variant?.id,
|
||||
variantId: variant?.id!,
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user