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

Commit a396b88

Browse files
Eivinn EilertsenEivinn Eilertsen
authored andcommitted
Renamet feltet komponent til label, for å matche med de andre appene våre
1 parent 4e3bf0c commit a396b88

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)