analytics event bug fix

This commit is contained in:
lingdocs 2022-08-22 20:32:43 +04:00
parent 0ea7c29349
commit d9bd748354
1 changed files with 2 additions and 2 deletions

View File

@ -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"
});
}
}