Skip to content

Commit

Permalink
Merge branch 'adding-data-onto-datalayer-tracking' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Sep 28, 2023
2 parents bc4f9e4 + bdd1bd2 commit 65540f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/analytics/analytics.factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const generateProduct = suppressErrors(function (item, additionalData = {}) {
: undefined
const frequencyObj = find(item.frequencies, { name: item.frequency })
const variant = additionalData?.variant || frequencyObj?.display || item.frequency

return {
item_id: item.designationNumber,
item_name: name,
Expand Down

0 comments on commit 65540f6

Please sign in to comment.