Skip to content

Commit

Permalink
Use simple equal comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
timowestnosto committed Jul 19, 2024
1 parent e2657b2 commit 58e555c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/NostoProduct.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export default function NostoProduct(props: {
.load()
renderCampaigns(data, api)
},
[product, recommendationComponent, pageTypeUpdated],
{ deep: true }
[product, recommendationComponent, pageTypeUpdated]
)
return null
}

0 comments on commit 58e555c

Please sign in to comment.