Skip to content

Commit

Permalink
Rename track event.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkguidaven committed Nov 13, 2024
1 parent c199893 commit a0a9c69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function EarlyAccessBanner() {

const handleDismiss = () => {
dispatch( savePreference( EARLY_ACCESS_BANNER_DISMISSED, true ) );
dispatch( recordTracksEvent( 'calypso_a4a_early_access_banner_dismissed' ) );
dispatch( recordTracksEvent( 'calypso_a4a_early_access_banner_dismiss_click' ) );
};

if ( bannerDismissed ) {
Expand Down

0 comments on commit a0a9c69

Please sign in to comment.