analytics event bug fix
This commit is contained in:
parent
0ea7c29349
commit
d9bd748354
|
@ -34,8 +34,8 @@ function EditableVPEx({ children, opts, formChoice, noEdit, length, mode, sub, a
|
||||||
if (isProd && !(user?.admin)) {
|
if (isProd && !(user?.admin)) {
|
||||||
ReactGA.event({
|
ReactGA.event({
|
||||||
category: "Example",
|
category: "Example",
|
||||||
action: "edit EPex",
|
action: "edit VPex",
|
||||||
label: "edit EPex"
|
label: "edit VPex"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue