mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Add list of products to the returned wishlist
This commit is contained in:
@@ -20,7 +20,8 @@ export default function Home({
|
||||
categories,
|
||||
brands,
|
||||
}: InferGetStaticPropsType<typeof getStaticProps>) {
|
||||
const { data } = useWishlist()
|
||||
const { data } = useWishlist({ includeProducts: true })
|
||||
console.log(data)
|
||||
return (
|
||||
<Container>
|
||||
<div className="grid grid-cols-12 gap-8 mt-3 mb-20">
|
||||
|
Reference in New Issue
Block a user