From 400ba61866092b4c2856840776170d70ab9c46d3 Mon Sep 17 00:00:00 2001 From: shafi54 <108669266+shafi-aviz@users.noreply.github.com> Date: Wed, 28 Jan 2026 00:10:24 +0530 Subject: [PATCH] enh --- apps/user-ui/components/ProductDetail.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/user-ui/components/ProductDetail.tsx b/apps/user-ui/components/ProductDetail.tsx index 4d234cd..2ecf558 100644 --- a/apps/user-ui/components/ProductDetail.tsx +++ b/apps/user-ui/components/ProductDetail.tsx @@ -427,7 +427,9 @@ const ProductDetail: React.FC = ({ productId, isFlashDeliver )} - {/* Reviews Section */} + {false && // Don't remove this - Review section hidden temporarily + <> + {/* Reviews Section - Hidden temporarily */} {/* Review Form - Moved above or keep below? Usually users want to read reviews first, but if few reviews, writing is good. The original had form then reviews. I will keep format but make it nicer. */} @@ -539,6 +541,9 @@ const ProductDetail: React.FC = ({ productId, isFlashDeliver + + } + {/* All Slots Dialog */}