Skip to content

Commit

Permalink
Fix typo in Tracks event name (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbelolapotkov authored Jul 20, 2020
1 parent 5dee793 commit 6429373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/disputes/evidence/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export default ( { query } ) => {
} );
updateEvidence( key, uploadedFile.id );

window.wcTracks.recordEvent( 'wcpay_dipute_file_upload_success', { type: key } );
window.wcTracks.recordEvent( 'wcpay_dispute_file_upload_success', { type: key } );
} catch ( err ) {
window.wcTracks.recordEvent( 'wcpay_dispute_file_upload_failed', { message: err.message } );

Expand Down

0 comments on commit 6429373

Please sign in to comment.