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 */}