Browse Source

fix: register ga id error (#2237)

Joel 1 year ago
parent
commit
6c384dba71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/app/signin/page.tsx

+ 1 - 1
web/app/signin/page.tsx

@@ -11,7 +11,7 @@ const SignIn = () => {
     <>
       {!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
             id="ga-monitor-register"
             dangerouslySetInnerHTML={{