Skip to content

Commit

Permalink
Correct lint issues for Eslint (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanprashad authored Dec 24, 2024
1 parent 68313f9 commit c74243b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Shared/Tracking/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const initGA = (trackingID, options) => {

const Event = (category, action, label) => {
ReactGA.event({
category: category,
action: action,
label: label,
category,
action,
label,
});
};

Expand Down

0 comments on commit c74243b

Please sign in to comment.