diff --git a/src/components/YearNavigationBar/YearNavigationBar.tsx b/src/components/YearNavigationBar/YearNavigationBar.tsx index 54ef3491..358d7620 100644 --- a/src/components/YearNavigationBar/YearNavigationBar.tsx +++ b/src/components/YearNavigationBar/YearNavigationBar.tsx @@ -19,9 +19,7 @@ const YearNavigationBar: React.FC = ({ location.hash = "#" + year; if (!disableTracking) { - window.fathom.trackEvent("Change year", { - _value: year, - }); + window.fathom.trackEvent("Change year"); } };