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 ( -
| Component | -Manufacturer | -Model # | -Retail Price | -Sale Price | +
|---|---|---|---|---|
| Component | +Manufacturer | +Model # | +Retail Price | +Sale Price |
| {item.category} | -{item.brandName} | -{item.modelnumber} | -{item.retailPrice} | -+ |
| {item.category} | +{item.brandName} | +{item.modelnumber} | +{item.retailPrice} | +${Number(item.salePrice).toFixed(2)} |