Skip to content

Commit

Permalink
fix commerce recs clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault authored and dguerinCoveo committed Nov 5, 2024
1 parent 98af31a commit fb51d0d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,7 @@ export class AtomicCommerceRecommendationList
this.imageSize
),
content: this.productTemplateProvider.getTemplateContent(product),
linkContent:
this.display === 'grid'
? this.productTemplateProvider.getLinkTemplateContent(product)
: this.productTemplateProvider.getEmptyLinkTemplateContent(),
linkContent: this.productTemplateProvider.getLinkTemplateContent(product),
store: this.bindings.store,
density: this.density,
display: this.display,
Expand Down

0 comments on commit fb51d0d

Please sign in to comment.