refactor: streamline sizes array formatting in products.json for consistency and readability

This commit is contained in:
George Birikorang 2025-09-17 20:52:22 -07:00
parent 18cf5c8ed3
commit a648abe2d0
2 changed files with 89 additions and 400 deletions

File diff suppressed because it is too large Load diff

View file

@ -518,7 +518,6 @@ async function initProductDetail() {
}
}
// Find and update Dimensions
const dimensionsLabel = Array.from(allSpans).find(
(span) => span.textContent === "Dimension"