+ | {product.ProductID} |
+ {product.ProductName} |
+ {product.Price} |
+ {product.Category ? product.Category : "N/A"} |
+ {product.SellerName ? product.SellerName : "N/A"} |
+
+ {
+ handleRemoveProduct(product.ProductID);
+ }}
+ className="hover:text-red-600 cursor-pointer transition-all text-xl"
+ />
+ |
+
+ ))}
+