mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
fix: Add promoted item to cart
This commit is contained in:
@@ -151,7 +151,7 @@ export default async function HomePage({
|
||||
</div>
|
||||
|
||||
<Suspense>
|
||||
<Footer cart={cart} />
|
||||
<Footer cart={cart} promotedItem={promotedItem} />
|
||||
</Suspense>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user