mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Layout Changes
This commit is contained in:
@@ -42,8 +42,6 @@ const ProductView: FC<Props> = ({ product, className }) => {
|
||||
const activeSize = choices.size
|
||||
const activeColor = choices.color
|
||||
|
||||
console.log(product.images.edges.map((n) => n.node))
|
||||
|
||||
return (
|
||||
<div className={cn(s.root, className)}>
|
||||
<div className="absolute">
|
||||
|
Reference in New Issue
Block a user