From d9bd748354979561b73f29b4ee7e6d66d1d8e9a8 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Mon, 22 Aug 2022 20:32:43 +0400 Subject: [PATCH] analytics event bug fix --- src/components/phrase-diagram/EditableVPEx.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/phrase-diagram/EditableVPEx.tsx b/src/components/phrase-diagram/EditableVPEx.tsx index 119670f..09e3ab7 100644 --- a/src/components/phrase-diagram/EditableVPEx.tsx +++ b/src/components/phrase-diagram/EditableVPEx.tsx @@ -34,8 +34,8 @@ function EditableVPEx({ children, opts, formChoice, noEdit, length, mode, sub, a if (isProd && !(user?.admin)) { ReactGA.event({ category: "Example", - action: "edit EPex", - label: "edit EPex" + action: "edit VPex", + label: "edit VPex" }); } }