Skip to content

Commit

Permalink
Fix record Tracks event
Browse files Browse the repository at this point in the history
  • Loading branch information
Initsogar committed Oct 26, 2024
1 parent 02f0616 commit 8f9574d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const NextScheduledBackup: FunctionComponent< Props > = () => {
const { hasLoaded, nextBackupDate, timeRange } = useNextBackupSchedule();

const onModifyClick = useCallback( () => {
tracks.recordTracksEvent( 'jetpack_backup_schedule_modify_click' );
tracks.recordEvent( 'jetpack_backup_schedule_modify_click' );
}, [ tracks ] );

if ( ! hasLoaded ) {
Expand Down

0 comments on commit 8f9574d

Please sign in to comment.