Skip to content

Commit

Permalink
Merge branch 'develop' into 17191/onboarding-unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmashuang authored Feb 4, 2023
2 parents 2c50a7b + 68ea3a7 commit 68dfe0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ export default class ExperimentalTab extends PureComponent {
onToggle={(value) => {
this.context.trackEvent({
category: EVENT.CATEGORIES.SETTINGS,
event: 'Collectible Detection',
event: 'NFT Detected',
properties: {
action: 'Collectible Detection',
action: 'NFT Detected',
legacy_event: true,
},
});
Expand Down

0 comments on commit 68dfe0f

Please sign in to comment.