diff --git a/src/components/ProductTable/index.tsx b/src/components/ProductTable/index.tsx index 17b9f73..b71c469 100644 --- a/src/components/ProductTable/index.tsx +++ b/src/components/ProductTable/index.tsx @@ -2,24 +2,25 @@ export default async function ProductTable(props:any) { return ( - +
- - - - - - + + + + + + + {props.data.map((item:any) => ( - - - - - - + + + + +
ComponentManufacturerModel #Retail PriceSale Price
ComponentManufacturerModel #Retail PriceSale Price
{item.category}{item.brandName}{item.modelnumber}{item.retailPrice} +
{item.category}{item.brandName}{item.modelnumber}{item.retailPrice} ${Number(item.salePrice).toFixed(2)}