Skip to content

Commit

Permalink
fix: match tracking events to epic
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Nov 13, 2024
1 parent e2b7da2 commit 1cd00e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/MyKiva/BadgeInProgress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
slides-to-scroll="visible"
:slide-max-width="singleSlideWidth"
@interact-carousel="onInteractCarousel"
@change="onInteractCarousel"
>
<template
v-for="(loanId, index) in augmentedLoanIds"
Expand Down
2 changes: 1 addition & 1 deletion src/components/MyKiva/BadgesSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
v-kv-track-event="[
'portfolio',
'click',
badge.hasStarted ? 'Continue' : 'Start this journey',
'Badge journey map',
badge.challengeName,
badge.level
]"
Expand Down

0 comments on commit 1cd00e8

Please sign in to comment.