mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
wip: Fixes
This commit is contained in:
@@ -151,9 +151,11 @@ export default async function ProductPage({
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="bg-base p-12 text-dark">
|
||||
<ProductTastingNotes product={product} />
|
||||
</div>
|
||||
{!!product?.notes && (
|
||||
<div className="bg-base p-12 text-dark">
|
||||
<ProductTastingNotes product={product} />
|
||||
</div>
|
||||
)}
|
||||
|
||||
{!!product?.galleryIntro?.value && (
|
||||
<div className="font-multilingual flex w-full flex-row justify-end whitespace-pre-line">
|
||||
|
Reference in New Issue
Block a user