Skip to content

Commit

Permalink
fix(productView): key causes refresh (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Jan 31, 2024
1 parent d13462f commit ef2b1e0
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 ef2b1e0

Please sign in to comment.