From bdc5e9ceb0c742ad4c40bbeed77555e913ce7144 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 25 Jan 2024 15:52:45 +0800 Subject: [PATCH] chore: test register ga (#2202) --- web/app/components/base/ga/index.tsx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/web/app/components/base/ga/index.tsx b/web/app/components/base/ga/index.tsx index 1f894c457..67cd1e893 100644 --- a/web/app/components/base/ga/index.tsx +++ b/web/app/components/base/ga/index.tsx @@ -38,7 +38,23 @@ gtag('config', '${gaIdMaps[gaType]}'); }} > - + {gaType === GaType.admin && ( + <> + + + + )} )