Skip to content

Commit

Permalink
Update GA Click Data
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Hume committed Feb 14, 2023
1 parent 68fcfb0 commit 7d4b749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hooks/useAnalytics/useAnalytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const useAnalytics = () => {
const buttonClick = ({ button, value }: ButtonClickProps) => {
ReactGA.event({
category: 'button',
action: 'click',
action: button,
label: button,
value: value || 1,
});
Expand Down

0 comments on commit 7d4b749

Please sign in to comment.