enh
This commit is contained in:
parent
0382b03ad8
commit
400ba61866
1 changed files with 6 additions and 1 deletions
|
|
@ -427,7 +427,9 @@ const ProductDetail: React.FC<ProductDetailProps> = ({ productId, isFlashDeliver
|
|||
</View>
|
||||
)}
|
||||
|
||||
{/* Reviews Section */}
|
||||
{false && // Don't remove this - Review section hidden temporarily
|
||||
<>
|
||||
{/* Reviews Section - Hidden temporarily */}
|
||||
<View style={tw`px-4 mb-8`}>
|
||||
|
||||
{/* 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<ProductDetailProps> = ({ productId, isFlashDeliver
|
|||
</View>
|
||||
</View>
|
||||
</View>
|
||||
</>
|
||||
}
|
||||
|
||||
</ScrollView>
|
||||
|
||||
{/* All Slots Dialog */}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue