Skip to content

Commit

Permalink
fix(Analytics): change hour system event action
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dobkowski committed Dec 16, 2024
1 parent 626aad8 commit 88bb74e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const HoursSystem = () => {
setHoursSystem(newHoursSystem);
sendEvent({
category: "Hours System",
action: "Change",
action: "Change Hours System",
label: "Change Hours System",
value: newHoursSystem === HOURS_SYSTEMS.h12 ? 12 : 24,
});
Expand Down

0 comments on commit 88bb74e

Please sign in to comment.