Skip to content

Commit

Permalink
Lowercase aktivitet-name in lukk modal event
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Jan 24, 2024
1 parent 15f38b4 commit 005aa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amplitude/amplitude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function logModalLukket({
}) {
return logAmplitudeEvent({
name: 'modal lukket',
data: { isDirty, aktivitet, modalType, navType },
data: { isDirty, aktivitet: aktivitet.toLocaleLowerCase(), modalType, navType },
});
}

Expand Down

0 comments on commit 005aa33

Please sign in to comment.