Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fixing social share typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vojtech Sedlak authored and osahyoun committed Sep 13, 2018
1 parent 33055a9 commit c6e2ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/util/log_event.js
Expand Up @@ -48,7 +48,7 @@ const getEventData = (eventName: string, data: any) => {
return ['fundraising', 'change_currency', data.payload];
case 'set_payment_type':
return ['fundraising', 'set_payment_type', data.payload];
case 'share':
case 'social_share':
return ['social_share', 'shared_on_' + data.share_type];
default:
return false;
Expand Down

0 comments on commit c6e2ba7

Please sign in to comment.