Skip to content

Commit

Permalink
fix(productView): key causes refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Jan 30, 2024
1 parent 7c8f100 commit 5545313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/productView/productView.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const ProductView = ({ t, useRouteDetail: useAliasRouteDetail }) => {
}

return (
<ProductViewContext.Provider value={config} key={`product_${productId}`}>
<ProductViewContext.Provider value={config}>
<PageMessages>
<BannerMessages />
</PageMessages>
Expand Down

0 comments on commit 5545313

Please sign in to comment.