refactor: remove isPrerender prop and update ProductImage component to unify fullscreen handling in PrerenderProduct and ProductDetailPage
This commit is contained in:
@@ -677,7 +677,6 @@ class ProductDetailPage extends Component {
|
||||
fullscreenOpen={this.state.imageDialogOpen}
|
||||
onOpenFullscreen={this.handleOpenDialog}
|
||||
onCloseFullscreen={this.handleCloseDialog}
|
||||
isPrerender={false}
|
||||
/>
|
||||
|
||||
{/* Product Details */}
|
||||
|
||||
Reference in New Issue
Block a user