Skip to content

Commit

Permalink
Fix typo (#2534)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepimenta authored Apr 15, 2021
1 parent b0cfdee commit 37d13d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Views/Approval/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class Approval extends PureComponent {
Logger.error(error, 'error while trying to send transaction (Approval)');
this.setState({ transactionHandled: false });
}
AnalyticsV2.trackEvent(AnalyticsV2.ANALYTICS_EVENTS.DAPP_TRANSACTION_CONFIRMED, this.getAnalyticsParams());
AnalyticsV2.trackEvent(AnalyticsV2.ANALYTICS_EVENTS.DAPP_TRANSACTION_COMPLETED, this.getAnalyticsParams());
};

/**
Expand Down

0 comments on commit 37d13d5

Please sign in to comment.