Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
correctly add label when set
Browse files Browse the repository at this point in the history
  • Loading branch information
B77Mills committed Dec 2, 2024
1 parent bf51e83 commit d690f05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
window.p1events('track', {
category: 'Content Meter',
action,
label,
...(label && { label }),
props: { n: views },
});
this.EventBus.$emit(`identity-x-content-meter-${action}`, { payload: { views, remaining, overlayDisplayed }});
Expand Down

0 comments on commit d690f05

Please sign in to comment.