mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
Prettier
This commit is contained in:
@@ -28,7 +28,7 @@ export function ProductDescription({ product }: { product: Product }) {
|
||||
/>
|
||||
) : null}
|
||||
|
||||
<Suspense fallback={null}>
|
||||
<Suspense fallback={null}>
|
||||
<AddToCart variants={product.variants} availableForSale={product.availableForSale} />
|
||||
</Suspense>
|
||||
</>
|
||||
|
Reference in New Issue
Block a user