Skip to content

Commit

Permalink
fix: Update actions.js removing element viewed
Browse files Browse the repository at this point in the history
  • Loading branch information
grmartin authored Nov 19, 2024
1 parent 70da326 commit ac539f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payment/data/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const trackElementIntersection = tagularElement => {
correlationId: getCorrelationID(),
webElement: tagularElement,
};
tagularEvent('ElementViewed', viewedEvent);
//tagularEvent('ElementViewed', viewedEvent);

Check failure on line 120 in src/payment/data/actions.js

View workflow job for this annotation

GitHub Actions / tests

Expected exception block, space or tab after '//' in comment

return {
type: TRACK_ELEMENT_INTERSECTION,
Expand Down

0 comments on commit ac539f6

Please sign in to comment.