Skip to content

Commit

Permalink
Site Settings: Bind upgrade click tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Jan 10, 2017
1 parent 770b3b7 commit ea5848e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/site-settings/form-general.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class SiteSettingsFormGeneral extends Component {
);
}

trackUpgradeClick() {
trackUpgradeClick = () => {
this.props.recordTracksEvent( 'calypso_upgrade_nudge_cta_click', { cta_name: 'settings_site_address' } );
}

Expand Down

0 comments on commit ea5848e

Please sign in to comment.