Skip to content

Commit

Permalink
Properly label the pure send transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed May 19, 2020
1 parent bfb1992 commit 81b0633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Send/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function Send({ location: { search } }: RouteComponentProps) {
sendCallback()
.then(hash => {
setTxHash(hash)
ReactGA.event({ category: 'Swap', action: 'Send', label: tokens[Field.INPUT]?.symbol })
ReactGA.event({ category: 'Send', action: 'Send', label: tokens[Field.INPUT]?.symbol })
setPendingConfirmation(false)
})
.catch(() => {
Expand Down

0 comments on commit 81b0633

Please sign in to comment.