From 7bcd2bd05a593446efb49fd5682eb08f308e754c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 15 Dec 2024 19:46:36 -0500 Subject: [PATCH] product_name --- src/component/product/ProductFactory.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/component/product/ProductFactory.jsx b/src/component/product/ProductFactory.jsx index 33a3997..a57d678 100644 --- a/src/component/product/ProductFactory.jsx +++ b/src/component/product/ProductFactory.jsx @@ -22,9 +22,11 @@ export default function ProductFactory(){ const myproduct_data = data?.data?.myproduct_data + const product_name = myproduct_data?.product_name; + return( <> - +
{isFetching ? <>