mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 22:42:33 +00:00
Layout Changes
This commit is contained in:
parent
6167fcd925
commit
0d35e22fda
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user