From 94e5886d7052c18677894124c2c3112e3cb06e7a Mon Sep 17 00:00:00 2001 From: Don Strawsburg Date: Fri, 13 Dec 2024 17:39:56 -0500 Subject: [PATCH] nuthing --- src/components/ProductTable/index.tsx | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) 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)}