refactor(AdminProductList): remove unused product details and clean up JSX structure

This commit is contained in:
Nils-Johan Gynther
2026-04-17 22:58:50 +02:00
parent a763f65654
commit 5a5c593eac
@@ -266,15 +266,3 @@ export default function AdminProductList({ products }: Props) {
</>
);
}
</div>
<div style={{ fontSize: '0.8rem', color: '#888' }}>
Normalized: {product.normalizedName}
</div>
<EditProductForm product={product} />
</article>
))}
</div>
</>
);
}