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

Commit

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

0 comments on commit f800a0a

Please sign in to comment.