From 81b063351de5b1cbc95e198a5cc1d7797e9775e6 Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Mon, 18 May 2020 22:06:45 -0500 Subject: [PATCH] Properly label the pure send transactions --- src/pages/Send/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Send/index.tsx b/src/pages/Send/index.tsx index 0d3796bda66..629515c158a 100644 --- a/src/pages/Send/index.tsx +++ b/src/pages/Send/index.tsx @@ -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(() => {