Skip to content

Commit c74243b

Browse files
authored
Correct lint issues for Eslint (#343)
1 parent 68313f9 commit c74243b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/components/Shared/Tracking/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const initGA = (trackingID, options) => {
1111

1212
const Event = (category, action, label) => {
1313
ReactGA.event({
14-
category: category,
15-
action: action,
16-
label: label,
14+
category,
15+
action,
16+
label,
1717
});
1818
};
1919

0 commit comments

Comments
 (0)