diff --git a/src/pages/products/[slug].astro b/src/pages/products/[slug].astro index e5123047a..0c234c428 100644 --- a/src/pages/products/[slug].astro +++ b/src/pages/products/[slug].astro @@ -86,29 +86,9 @@ const productTables = productData?.productTables || []; ))} - )})} - - - - {table.rows.map((row, rowIndex) => ( - - {row.map((cell, cellIndex) => ( - - {cell} - - ))} - - ))} - - - - - ))} - - )} - + {product.data.specifications && product.data.specifications.length > 0 && (

ข้อมูลจำเพาะ