diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-09 10:55:01 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-09 10:55:01 +0700 |
| commit | bbbd7ccaab3102558dc82cbd051947b0e579360c (patch) | |
| tree | c2a4c7401c36bbc4b78730487e226fb6e38a63af /src-migrate | |
| parent | e33a7e612a3c2c871f6a0a84d0d04d6f6ddc357a (diff) | |
<iman> back to code to avoid conflict
Diffstat (limited to 'src-migrate')
| -rw-r--r-- | src-migrate/hooks/useUtmSource.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-migrate/hooks/useUtmSource.ts b/src-migrate/hooks/useUtmSource.ts index 41a5f41c..a72fae36 100644 --- a/src-migrate/hooks/useUtmSource.ts +++ b/src-migrate/hooks/useUtmSource.ts @@ -7,6 +7,7 @@ const useUtmSource = () => { const [source, setSource] = useState<string>(); useEffect(() => { + console.log(router.pathname); if (router.pathname) { setSource(UTM_SOURCE[router.pathname as keyof typeof UTM_SOURCE]); |
