Unverified Commit 6c384dba authored by Joel's avatar Joel Committed by GitHub

fix: register ga id error (#2237)

parent 97302973
...@@ -11,7 +11,7 @@ const SignIn = () => { ...@@ -11,7 +11,7 @@ const SignIn = () => {
<> <>
{!IS_CE_EDITION && ( {!IS_CE_EDITION && (
<> <>
<Script strategy="beforeInteractive" async src={'https://www.googletagmanager.com/gtag/js?id=AW-11217955271"}'}></Script> <Script strategy="beforeInteractive" async src={'https://www.googletagmanager.com/gtag/js?id=AW-11217955271'}></Script>
<Script <Script
id="ga-monitor-register" id="ga-monitor-register"
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
......
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