Skip to content

Commit

Permalink
chore: rename property to action
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Sep 3, 2020
1 parent cd9007f commit 8f50d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/RelatedContentModules/Contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Contribute = ({ pageContext }) => {
size={Button.SIZE.SMALL}
onClick={() =>
track('related_content.contribute_action_clicked', null, {
button: 'issues',
action: 'issues',
})
}
>
Expand All @@ -66,7 +66,7 @@ const Contribute = ({ pageContext }) => {
size={Button.SIZE.SMALL}
onClick={() =>
track('related_content.contribute_action_clicked', null, {
button: 'edit',
action: 'edit',
})
}
>
Expand Down

0 comments on commit 8f50d90

Please sign in to comment.