mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
home: style product grid items
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
productHasOptions,
|
||||
productIsForSale,
|
||||
VariantPrice,
|
||||
} from '/components/price.js';
|
||||
} from '/components/price';
|
||||
|
||||
export const productVariant = ({ product, selectedOptions }) => {
|
||||
const hasOptions = productHasOptions(product);
|
||||
|
Reference in New Issue
Block a user