Commit 81b06335 authored by Moody Salem's avatar Moody Salem

Properly label the pure send transactions

parent bfb1992e
......@@ -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(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment