Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 268f4e0

Browse files
authored
Merge pull request #55 from navikt/amplitude-taxonomy
Renamet feltet komponent til label, for å matche med de andre appene …
2 parents 4e3bf0c + a396b88 commit 268f4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/amplitude.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ export const initializeAmplitude = () => {
2121

2222
export function logAmplitudeEvent(komponent) {
2323
amplitude.getInstance().logEvent("navigere", {
24-
komponent,
24+
label,
2525
});
2626
}

0 commit comments

Comments
 (0)